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