Java/Kotlin
Add Dependency
repositories {
mavenCentral()
}
dependencies {
implementation 'io.hackle:hackle-server-sdk:2.32.0'
}SDK Initialization
Instantiation
Shutdown
If you are using Spring Framework
If you are wrapping HackleClient
Last updated