is not current version
Last Version 5.1.1

com.goterl:lazysodium-java 5.0.0

Lazysodium (Java) makes it effortless for Java developers to get started with Libsodium's cryptography.

Categories

Categories

Java Languages
GroupId

GroupId

com.goterl
ArtifactId

ArtifactId

lazysodium-java
Version

Version

5.0.0
Type

Type

jar

Download lazysodium-java 5.0.0


<!-- https://jarcasting.com/artifacts/com.goterl/lazysodium-java/ -->
<dependency>
    <groupId>com.goterl</groupId>
    <artifactId>lazysodium-java</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.goterl/lazysodium-java/
implementation 'com.goterl:lazysodium-java:5.0.0'
// https://jarcasting.com/artifacts/com.goterl/lazysodium-java/
implementation ("com.goterl:lazysodium-java:5.0.0")
'com.goterl:lazysodium-java:jar:5.0.0'
<dependency org="com.goterl" name="lazysodium-java" rev="5.0.0">
  <artifact name="lazysodium-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goterl', module='lazysodium-java', version='5.0.0')
)
libraryDependencies += "com.goterl" % "lazysodium-java" % "5.0.0"
[com.goterl/lazysodium-java "5.0.0"]