GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdsignal-protocol-android |
Version | Version2.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
signal-protocol-android-2.2.0.pom | |
signal-protocol-android-2.2.0.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.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/signal-protocol-android/
implementation 'org.whispersystems:signal-protocol-android:2.2.0'
// https://jarcasting.com/artifacts/org.whispersystems/signal-protocol-android/
implementation ("org.whispersystems:signal-protocol-android:2.2.0")
'org.whispersystems:signal-protocol-android:aar:2.2.0'
<dependency org="org.whispersystems" name="signal-protocol-android" rev="2.2.0">
<artifact name="signal-protocol-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='signal-protocol-android', version='2.2.0')
)
libraryDependencies += "org.whispersystems" % "signal-protocol-android" % "2.2.0"
[org.whispersystems/signal-protocol-android "2.2.0"]