Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jellybrick/koreanbots-kotlin-sdk

Kotlin SDK for koreanbots
https://github.com/jellybrick/koreanbots-kotlin-sdk

discord discordbots hacktoberfest koreanbots

Last synced: 5 days ago
JSON representation

Kotlin SDK for koreanbots

Awesome Lists containing this project

README

        

# Koreanbots-Kotlin-SDK

Kotlin SDK for koreanbots

## Install (maven, gradle...etc)

### GitHub Packages

https://github.com/JellyBrick/Koreanbots-Kotlin-SDK/packages/769292

### Jitpack [![Jitpack Status](https://jitpack.io/v/JellyBrick/Koreanbots-Kotlin-SDK.svg)](https://jitpack.io/#JellyBrick/Koreanbots-Kotlin-SDK)

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

```groovy
dependencies {
implementation 'com.github.JellyBrick:Koreanbots-Kotlin-SDK:3.1.1'
}
```