SDKs
Kotlin SDK (server api)
Quickly integrate the Ours Privacy Kotlin SDK using Gradle or Maven. Explore its features with our Interactive API Explorer.
Ours Privacy Kotlin SDK Documentation
This is a quick start guide for integrating the Ours Privacy Kotlin SDK into your server-side applications.
Installation
Install the SDK via Gradle by adding the following to your build.gradle.kts:
dependencies {
implementation("com.oursprivacy:ours-privacy-kotlin:VERSION")
}Or via Maven by adding the following to your pom.xml:
<dependency>
<groupId>com.oursprivacy</groupId>
<artifactId>ours-privacy-kotlin</artifactId>
<version>VERSION</version>
</dependency>For more details, visit the Github Repo.
Explore the API
Want to see what the SDK can do? Try our Interactive API Explorer to experiment with endpoints and features in real time.
How is this guide?