> ## 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.

# Yêu cầu & Cài đặt

> Hướng dẫn cài đặt Locker Secrets Manager SDK cho Java

## Yêu cầu & Cài đặt

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

### Yêu cầu

* Java 18 or later

### Cài đặt

**Cài đặt cho Gradle.** `[version]` là tên phiên bản SDK mà bạn tải.

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

**Cài đặt cho Maven.** `[version]` là tên phiên bản SDK mà bạn tải.

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

### Cài từ mã nguồn

* 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)
