License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.virgilsecurity.crypto |
ArtifactId | ArtifactIdratchet |
Version | Version0.15.2 |
Type | Typejar |
Description |
DescriptionVirgil Security Crypto Library - Ratchet
Implementation of the Double Ratchet Algorithm.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ratchet-0.15.2.pom | |
ratchet-0.15.2.jar | 918 KB |
ratchet-0.15.2-sources.jar | 16 KB |
ratchet-0.15.2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.crypto/ratchet/ -->
<dependency>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>ratchet</artifactId>
<version>0.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.crypto/ratchet/
implementation 'com.virgilsecurity.crypto:ratchet:0.15.2'
// https://jarcasting.com/artifacts/com.virgilsecurity.crypto/ratchet/
implementation ("com.virgilsecurity.crypto:ratchet:0.15.2")
'com.virgilsecurity.crypto:ratchet:jar:0.15.2'
<dependency org="com.virgilsecurity.crypto" name="ratchet" rev="0.15.2">
<artifact name="ratchet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.crypto', module='ratchet', version='0.15.2')
)
libraryDependencies += "com.virgilsecurity.crypto" % "ratchet" % "0.15.2"
[com.virgilsecurity.crypto/ratchet "0.15.2"]
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity.crypto : foundation | jar | 0.15.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
commons-lang : commons-lang | jar | 2.6 |
com.google.code.gson : gson | jar | 2.8.5 |