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