lockersm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.locker</groupId>
<artifactId>lockersm</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.locker</groupId>
<artifactId>lockersm</artifactId>
<version>1.0.0</version>
<name>LockerSM</name>
<description>Official Java SDK for Locker Secrets, using the Locker SDK protocol v1 over the Locker CLI.</description>
<url>https://locker.io/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>CyStack</name>
<email>contact@cystack.net</email>
<organization>CyStack</organization>
<organizationUrl>https://cystack.net</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://git.cystack.org/locker/secrets-sdk/java.git</connection>
<developerConnection>scm:git:ssh://git@git.cystack.org/locker/secrets-sdk/java.git</developerConnection>
<url>https://git.cystack.org/locker/secrets-sdk/java</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.14.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.84</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.46</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>