Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.dehys</groupId>
<artifactId>GithubKT</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
Gradle
repositories {
maven {
url 'https://jitpack.io'
}
}
dependencies {
compile 'com.github.dehys:GithubKT:VERSION'
}
This project is licensed under the MIT license.
More information can be found in the LICENSE file.