Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jellybrick/koreanbots-kotlin-sdk
- Owner: JellyBrick
- License: apache-2.0
- Created: 2020-06-11T23:44:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T02:09:56.000Z (16 days ago)
- Last Synced: 2024-11-01T18:42:39.553Z (12 days ago)
- Topics: discord, discordbots, hacktoberfest, koreanbots
- Language: Kotlin
- Homepage:
- Size: 388 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```