GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdcurve25519-j2me |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
curve25519-j2me-0.2.4.pom | |
curve25519-j2me-0.2.4.jar | 117 KB |
curve25519-j2me-0.2.4-sources.jar | 84 KB |
curve25519-j2me-0.2.4-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/curve25519-j2me/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>curve25519-j2me</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-j2me/
implementation 'org.whispersystems:curve25519-j2me:0.2.4'
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-j2me/
implementation ("org.whispersystems:curve25519-j2me:0.2.4")
'org.whispersystems:curve25519-j2me:jar:0.2.4'
<dependency org="org.whispersystems" name="curve25519-j2me" rev="0.2.4">
<artifact name="curve25519-j2me" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='curve25519-j2me', version='0.2.4')
)
libraryDependencies += "org.whispersystems" % "curve25519-j2me" % "0.2.4"
[org.whispersystems/curve25519-j2me "0.2.4"]