Stacrypt Web API Client for Java, Kotlin and Android
- This project just call rest api of stemerald server
- This project depends on
okhttp3
andretrofit2
- This project depends on kotlin
coroutins
Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 1. Add the dependency
dependencies {
implementation 'com.github.stacrypt:stacrypt-klient:[latest-release]'
}