Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.whispersystems |
ArtifactId | ArtifactIdcurve25519-java |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
curve25519-java-0.2.2.pom | |
curve25519-java-0.2.2.jar | 120 KB |
curve25519-java-0.2.2-sources.jar | 86 KB |
curve25519-java-0.2.2-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/curve25519-java/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>curve25519-java</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-java/
implementation 'org.whispersystems:curve25519-java:0.2.2'
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-java/
implementation ("org.whispersystems:curve25519-java:0.2.2")
'org.whispersystems:curve25519-java:jar:0.2.2'
<dependency org="org.whispersystems" name="curve25519-java" rev="0.2.2">
<artifact name="curve25519-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='curve25519-java', version='0.2.2')
)
libraryDependencies += "org.whispersystems" % "curve25519-java" % "0.2.2"
[org.whispersystems/curve25519-java "0.2.2"]