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