Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 840 Bytes

File metadata and controls

41 lines (26 loc) · 840 Bytes

{{ ossHeader }}

Packages

The Java SDK is available on Maven Central:

Gradle

implementation("software.momento.java:sdk:1.23.0")

Maven

<dependency>
    <groupId>software.momento.java</groupId>
    <artifactId>sdk</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

{% include "./examples/cache/src/main/java/momento/client/example/doc_examples/ReadmeExample.java" %}

Getting Started and Documentation

Documentation is available on the Momento Docs website.

Examples

Working example projects, with all required build configuration files, are available in the examples subdirectory.

Developing

If you are interested in contributing to the SDK, please see the CONTRIBUTING docs.

{{ ossFooter }}