License |
License |
---|---|
GroupId | GroupIdorg.whispersystems |
ArtifactId | ArtifactIdcurve25519-android |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptioncurve25519-android
Curve25519 library for Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
curve25519-android-0.5.0.pom | |
curve25519-android-0.5.0.aar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/curve25519-android/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>curve25519-android</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-android/
implementation 'org.whispersystems:curve25519-android:0.5.0'
// https://jarcasting.com/artifacts/org.whispersystems/curve25519-android/
implementation ("org.whispersystems:curve25519-android:0.5.0")
'org.whispersystems:curve25519-android:aar:0.5.0'
<dependency org="org.whispersystems" name="curve25519-android" rev="0.5.0">
<artifact name="curve25519-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='curve25519-android', version='0.5.0')
)
libraryDependencies += "org.whispersystems" % "curve25519-android" % "0.5.0"
[org.whispersystems/curve25519-android "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.whispersystems : curve25519-java | jar | 0.5.0 |