Skip to main content

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

Requirements

  • Java 18 or later

Installation

Install for Gradle. [version] is the SDK version name that you download.
implementation 'io.locker:lockersm:[version]'
Install for Maven. [version] is the SDK version name that you download.
<dependency>
    <groupId>io.locker</groupId>
    <artifactId>lockersm</artifactId>
    <version>[version]</version>
</dependency>

Install from source