The official Anduril Lattice SDK for Java.
See the documentation for Lattice Java SDK.
This repository is tested against Java 1.8 or later.
Please check the Central repository for the latest version of the Lattice-SDK. The code samples below reference a stale version the SDK.
To add the SDK as a dependency, please add the following to your project's build.gradle
file
dependencies {
implementation 'com.anduril:lattice-sdk:1.1.0'
}
To add the SDK as a dependency, please add the following to your project's pom.xml
file:
<dependency>
<groupId>com.anduril</groupId>
<artifactId>lattice-sdk</artifactId>
<version>1.1.0</version>
</dependency>
For support with this library please reach out to your Anduril representative.