Skip to content

anduril/lattice-sdk-java

Repository files navigation

Lattice SDK Java

The official Anduril Lattice SDK for Java.

Documentation

See the documentation for Lattice Java SDK.

Requirements

This repository is tested against Java 1.8 or later.

Installation

⚠️ Versioning

Please check the Central repository for the latest version of the Lattice-SDK. The code samples below reference a stale version the SDK.

Gradle users

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'
}

Maven users

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>

Support

For support with this library please reach out to your Anduril representative.