License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.whispersystems |
ArtifactId | ArtifactIdaxolotl-java |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaxolotl-java
Axolotl library for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
axolotl-java-1.4.3.pom | |
axolotl-java-1.4.3.jar | 315 KB |
axolotl-java-1.4.3-sources.jar | 117 KB |
axolotl-java-1.4.3-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>axolotl-java</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/
implementation 'org.whispersystems:axolotl-java:1.4.3'
// https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/
implementation ("org.whispersystems:axolotl-java:1.4.3")
'org.whispersystems:axolotl-java:jar:1.4.3'
<dependency org="org.whispersystems" name="axolotl-java" rev="1.4.3">
<artifact name="axolotl-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='axolotl-java', version='1.4.3')
)
libraryDependencies += "org.whispersystems" % "axolotl-java" % "1.4.3"
[org.whispersystems/axolotl-java "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.whispersystems : curve25519-java | jar | 0.2.4 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |