Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Releases: kylepls/EzSkype

1st release

10 Feb 03:40

Choose a tag to compare

Maven install

Add the following to your pom.xml

Add the repository

<repositories>
    <repository>
        <id>EzSkype-mvn-repo</id>
        <url>https://raw.github.com/AkHo1ic/EzSkype/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

Add the dependency

<dependencies>
    <dependency>
        <groupId>in.kyle</groupId>
        <artifactId>EzSkypeEzLife</artifactId>
        <version>1.3.0</version>
    </dependency>
</dependencies>