is not current version
Last Version 1.8.7

org.whispersystems:textsecure-java 1.8.4

TetSecure library for Java

Categories

Categories

Java Languages
GroupId

GroupId

org.whispersystems
ArtifactId

ArtifactId

textsecure-java
Version

Version

1.8.4
Type

Type

jar

Download textsecure-java 1.8.4


<!-- https://jarcasting.com/artifacts/org.whispersystems/textsecure-java/ -->
<dependency>
    <groupId>org.whispersystems</groupId>
    <artifactId>textsecure-java</artifactId>
    <version>1.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/textsecure-java/
implementation 'org.whispersystems:textsecure-java:1.8.4'
// https://jarcasting.com/artifacts/org.whispersystems/textsecure-java/
implementation ("org.whispersystems:textsecure-java:1.8.4")
'org.whispersystems:textsecure-java:jar:1.8.4'
<dependency org="org.whispersystems" name="textsecure-java" rev="1.8.4">
  <artifact name="textsecure-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='textsecure-java', version='1.8.4')
)
libraryDependencies += "org.whispersystems" % "textsecure-java" % "1.8.4"
[org.whispersystems/textsecure-java "1.8.4"]