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