Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation



<h1>SimpleEmbed</h1>

DiscordReleasesDiscord

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages