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