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