License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.whispersystems |
ArtifactId | ArtifactIdsignal-protocol-java |
Last Version | Last Version2.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsignal-protocol-java
Signal Protocol cryptography library for Java
|
Filename | Size |
---|---|
signal-protocol-java-2.8.1.pom | |
signal-protocol-java-2.8.1.jar | 262 KB |
signal-protocol-java-2.8.1-sources.jar | 84 KB |
signal-protocol-java-2.8.1-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/signal-protocol-java/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>signal-protocol-java</artifactId>
<version>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/signal-protocol-java/
implementation 'org.whispersystems:signal-protocol-java:2.8.1'
// https://jarcasting.com/artifacts/org.whispersystems/signal-protocol-java/
implementation ("org.whispersystems:signal-protocol-java:2.8.1")
'org.whispersystems:signal-protocol-java:jar:2.8.1'
<dependency org="org.whispersystems" name="signal-protocol-java" rev="2.8.1">
<artifact name="signal-protocol-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='signal-protocol-java', version='2.8.1')
)
libraryDependencies += "org.whispersystems" % "signal-protocol-java" % "2.8.1"
[org.whispersystems/signal-protocol-java "2.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.whispersystems : curve25519-java | jar | 0.5.0 |
com.google.protobuf : protobuf-javalite | jar | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |