> ## Documentation Index
> Fetch the complete documentation index at: https://support.locker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Requirements & Installation

> Installation guide for the Locker Secrets Manager SDK for Java

## Requirements & Installation

<Tip>
  Link: [https://central.sonatype.com/artifact/io.locker/lockersm](https://central.sonatype.com/artifact/io.locker/lockersm)
</Tip>

### Requirements

* Java 18 or later

### Installation

**Install for Gradle.** `[version]` is the SDK version name that you download.

```groovy theme={null}
implementation 'io.locker:lockersm:[version]'
```

**Install for Maven.** `[version]` is the SDK version name that you download.

```xml theme={null}
<dependency>
    <groupId>io.locker</groupId>
    <artifactId>lockersm</artifactId>
    <version>[version]</version>
</dependency>
```

### Install from source

* The LockerPM JAR: [https://repo1.maven.org/maven2/io/locker/lockersm/](https://repo1.maven.org/maven2/io/locker/lockersm/)
* Google Gson: [https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar)
