Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 719 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 719 Bytes

stacrypt-klient

Release

Stacrypt Web API Client for Java, Kotlin and Android

What you should know

  • This project just call rest api of stemerald server
  • This project depends on okhttp3 and retrofit2
  • This project depends on kotlin coroutins

How to add

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]'
}

How to use