License |
License |
---|---|
GroupId | GroupIdcom.goterl |
ArtifactId | ArtifactIdlazysodium-android |
Version | Version5.0.2 |
Type | Typeaar |
Description |
Descriptionlazysodium-android
Lazysodium (Android) makes it effortless for Android developers to get started with Libsodium's cryptography.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lazysodium-android-5.0.2.pom | |
lazysodium-android-5.0.2-sources.jar | 57 KB |
lazysodium-android-5.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.goterl/lazysodium-android/ -->
<dependency>
<groupId>com.goterl</groupId>
<artifactId>lazysodium-android</artifactId>
<version>5.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.goterl/lazysodium-android/
implementation 'com.goterl:lazysodium-android:5.0.2'
// https://jarcasting.com/artifacts/com.goterl/lazysodium-android/
implementation ("com.goterl:lazysodium-android:5.0.2")
'com.goterl:lazysodium-android:aar:5.0.2'
<dependency org="com.goterl" name="lazysodium-android" rev="5.0.2">
<artifact name="lazysodium-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.goterl', module='lazysodium-android', version='5.0.2')
)
libraryDependencies += "com.goterl" % "lazysodium-android" % "5.0.2"
[com.goterl/lazysodium-android "5.0.2"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.8.0 |