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