is not current version
Last Version 0.5.0

org.whispersystems:curve25519-java 0.2.1

Curve25519 library for Java

Categories

Categories

Java Languages
GroupId

GroupId

org.whispersystems
ArtifactId

ArtifactId

curve25519-java
Version

Version

0.2.1
Type

Type

jar

Download curve25519-java 0.2.1


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