lazysodium-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.goterl</groupId> <artifactId>lazysodium-java</artifactId> <version>5.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.goterl</groupId> <artifactId>lazysodium-java</artifactId> <version>5.2.0</version> <dependencies> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.goterl</groupId> <artifactId>resource-loader</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>runtime</scope> </dependency> </dependencies> <description>Lazysodium (Java) makes it effortless for Java developers to get started with Libsodium's cryptography.</description> <name>lazysodium-java</name> <url>https://github.com/terl/lazysodium-java</url> <scm> <connection>scm:git:git://github.com/terl/lazysodium-java.git</connection> <developerConnection>scm:git:ssh://github.com/terl/lazysodium-java</developerConnection> <url>http://github.com/terl/lazysodium-java</url> </scm> <licenses> <license> <name>Mozilla Public License, Version 2.0</name> <url>http://www.mozilla.org/MPL/2.0/index.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Terl Tech Ltd</name> <email>hello@terl.co</email> </developer> </developers> </project>