Bring cloud-native capabilities to your Kotlin applications with the PoloCloud SDK — designed for performance, simplicity, and seamless integration.
To get started, add the PoloCloud snapshot repository to your pom.xml or build.gradle.kts:
<repositories>
<repository>
<id>polocloud-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>dev.httpmarco.polocloud</groupId>
<artifactId>sdk-kotlin</artifactId>
<version>3.0.0-pre.4-SNAPSHOT</version>
</dependency>
</dependencies>repositories {
maven {
name = "polocloud-snapshots"
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
}
}
dependencies {
implementation("dev.httpmarco.polocloud:sdk-kotlin:3.0.0-pre.4-SNAPSHOT")
}🧪 This version is a snapshot release (
3.0.0-pre.4-SNAPSHOT) — ideal for testing the latest features. Expect frequent updates!
You can find more information in Rust SDK README
This project is being translated into multiple languages with the help of Crowdin.
You can contribute by helping us localize it!