{{ ossHeader }}
The Kotlin SDK is available on Maven Central:
dependencies {
implementation("software.momento.kotlin:sdk:0.1.3")
}
<dependency>
<groupId>software.momento.kotlin</groupId>
<artifactId>sdk</artifactId>
<version>0.1.3</version>
</dependency>
{% include "./examples/src/main/kotlin/software/momento/example/doc_examples/ReadmeExample.kt" %}
Documentation is available on the Momento Docs website.
Working example projects, with all required build configuration files, are available in the examples subdirectory.
If you are interested in contributing to the SDK, please see the CONTRIBUTING docs.
{{ ossFooter }}