lazysodium-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.goterl</groupId> <artifactId>lazysodium-android</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.goterl</groupId> <artifactId>lazysodium-android</artifactId> <version>5.2.0</version> <packaging>aar</packaging> <description>Lazysodium (Android) makes it effortless for Android developers to get started with Libsodium's cryptography.</description> <name>lazysodium-android</name> <url>https://github.com/terl/lazysodium-android</url> <scm> <connection>scm:git:git://github.com/terl/lazysodium-android.git</connection> <developerConnection>scm:git:ssh://github.com/terl/lazysodium-android</developerConnection> <url>http://github.com/terl/lazysodium-android</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> <dependencies> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.17.0</version> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.16.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> </dependency> </dependencies> </project>