Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.whispersystems |
ArtifactId | ArtifactIdaxolotl-java |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
axolotl-java-1.3.1.pom | |
axolotl-java-1.3.1.jar | 324 KB |
axolotl-java-1.3.1-sources.jar | 127 KB |
axolotl-java-1.3.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/
implementation 'org.whispersystems:axolotl-java:1.3.1'
// https://jarcasting.com/artifacts/org.whispersystems/axolotl-java/
implementation ("org.whispersystems:axolotl-java:1.3.1")
'org.whispersystems:axolotl-java:jar:1.3.1'
<dependency org="org.whispersystems" name="axolotl-java" rev="1.3.1">
<artifact name="axolotl-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='axolotl-java', version='1.3.1')
)
libraryDependencies += "org.whispersystems" % "axolotl-java" % "1.3.1"
[org.whispersystems/axolotl-java "1.3.1"]