Skip to content

A lightweight Github API wrapper written in kotlin

License

Notifications You must be signed in to change notification settings

nikoci/GithubKT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



<h1>SimpleEmbed</h1>

Discord Releases Discord

Implementation   |   License  

Implementation

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'
}

License

This project is licensed under the MIT license.
More information can be found in the LICENSE file.

About

A lightweight Github API wrapper written in kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages