GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdcurve25519-android |
Version | Version0.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
curve25519-android-0.2.1.pom | |
curve25519-android-0.2.1.aar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/curve25519-android/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>curve25519-android</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-android/
implementation 'org.whispersystems:curve25519-android:0.2.1'
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-android/
implementation ("org.whispersystems:curve25519-android:0.2.1")
'org.whispersystems:curve25519-android:aar:0.2.1'
<dependency org="org.whispersystems" name="curve25519-android" rev="0.2.1">
<artifact name="curve25519-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='curve25519-android', version='0.2.1')
)
libraryDependencies += "org.whispersystems" % "curve25519-android" % "0.2.1"
[org.whispersystems/curve25519-android "0.2.1"]