Skip to content

Commit a83bc82

Browse files
Update README.md
1 parent a879b76 commit a83bc82

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
# Anduril SDK Java
1+
# Lattice SDK Java
22

3-
The official [Anduril](https://www.anduril.com/) client library.
3+
[![Version](https://img.shields.io/maven-central/v/com.anduril/anduril-sdk-java)](https://mvnrepository.com/artifact/com.anduril/anduril-sdk-java)
4+
5+
The official [Anduril](https://www.anduril.com/) Lattice SDK for Java.
6+
7+
## Documentation
8+
9+
See the documentation for [Lattice Java SDK](https://docs.anduril.com/sdks/java).
410

511
## Requirements
612

7-
Java 1.8 or later
13+
This repository is tested against Java 1.8 or later.
814

915
## Installation
1016

17+
ℹ️ Please check Maven Central repository for the latest version of the Lattice-SDK.
18+
1119
### Gradle users
1220

13-
To add the SDK as a dependency, please add the following to your project's `build.gradle` file:
21+
To add the SDK as a dependency, please add the following to your project's `build.gradle` file
1422

1523
```gradle
1624
dependencies {
17-
implementation 'com.anduril:anduril-sdk-java:1.0.2'
25+
implementation 'com.anduril:anduril-sdk-java:1.1.4'
1826
}
19-
2027
```
2128

2229
### Maven users
@@ -27,16 +34,9 @@ To add the SDK as a dependency, please add the following to your project's `pom.
2734
<dependency>
2835
<groupId>com.anduril</groupId>
2936
<artifactId>anduril-sdk-java</artifactId>
30-
<version>1.0.2</version>
37+
<version>1.1.4</version>
3138
</dependency>
3239
```
33-
34-
## Usage
35-
36-
Please visit our [docs site](https://docs.anduril.com).
37-
3840
## Support
3941

40-
For support with this library please [file an issue](https://github.com/anduril/anduril-java/issues/new) or reach out to your Anduril representative.
41-
42-
42+
For support with this library please [file an issue](https://github.com/anduril/lattice-sdk-java/issues/new) or reach out to your Anduril representative.

0 commit comments

Comments
 (0)