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