Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.whispersystems |
ArtifactId | ArtifactIdaxolotl-java |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
axolotl-java-1.3.4.pom | |
axolotl-java-1.3.4.jar | 326 KB |
axolotl-java-1.3.4-sources.jar | 128 KB |
axolotl-java-1.3.4-javadoc.jar | 607 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>axolotl-java</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/
implementation 'org.whispersystems:axolotl-java:1.3.4'
// https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/
implementation ("org.whispersystems:axolotl-java:1.3.4")
'org.whispersystems:axolotl-java:jar:1.3.4'
<dependency org="org.whispersystems" name="axolotl-java" rev="1.3.4">
<artifact name="axolotl-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='axolotl-java', version='1.3.4')
)
libraryDependencies += "org.whispersystems" % "axolotl-java" % "1.3.4"
[org.whispersystems/axolotl-java "1.3.4"]