| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииБезопасность |
| Группа | Группаcom.virgilsecurity.crypto |
| Идентификатор | Идентификаторratchet |
| Последняя версия | Последняя версия0.16.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеVirgil Security Crypto Library - Ratchet
Implementation of the Double Ratchet Algorithm.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.virgilsecurity.crypto : foundation | jar | 0.16.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| commons-lang : commons-lang | jar | 2.6 |
| com.google.code.gson : gson | jar | 2.8.5 |