Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 504 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 504 Bytes

nekos-kt

Simple api wrapper for nekos.life

Installation

Maven:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
  
<dependency>
  <groupId>com.github.cattyngmd</groupId>
    <artifactId>nekos-kt</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation("com.github.cattyngmd:nekos-kt:1.0.0")
}