Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 1.64 KB

README.md

File metadata and controls

52 lines (46 loc) · 1.64 KB


<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.