GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdtextsecure-android |
Version | Version1.6.1 |
Type | Typeaar |
Filename | Size |
---|---|
textsecure-android-1.6.1.pom | |
textsecure-android-1.6.1.aar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/textsecure-android/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>textsecure-android</artifactId>
<version>1.6.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/textsecure-android/
implementation 'org.whispersystems:textsecure-android:1.6.1'
// https://jarcasting.com/artifacts/org.whispersystems/textsecure-android/
implementation ("org.whispersystems:textsecure-android:1.6.1")
'org.whispersystems:textsecure-android:aar:1.6.1'
<dependency org="org.whispersystems" name="textsecure-android" rev="1.6.1">
<artifact name="textsecure-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='textsecure-android', version='1.6.1')
)
libraryDependencies += "org.whispersystems" % "textsecure-android" % "1.6.1"
[org.whispersystems/textsecure-android "1.6.1"]