| Лицензия |
Лицензия |
|---|---|
| Группа | Группаws.slink |
| Идентификатор | Идентификаторcrypto-tools |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcrypto-tools
Simple tools to hex-encode/decode and to aes-encrypt/decrypt strings
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| crypto-tools-0.0.1.pom | |
| crypto-tools-0.0.1.jar | 7 KB |
| crypto-tools-0.0.1-sources.jar | 4 KB |
| crypto-tools-0.0.1-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ws.slink/crypto-tools/ -->
<dependency>
<groupId>ws.slink</groupId>
<artifactId>crypto-tools</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.slink/crypto-tools/
implementation 'ws.slink:crypto-tools:0.0.1'
// https://jarcasting.com/artifacts/ws.slink/crypto-tools/
implementation ("ws.slink:crypto-tools:0.0.1")
'ws.slink:crypto-tools:jar:0.0.1'
<dependency org="ws.slink" name="crypto-tools" rev="0.0.1">
<artifact name="crypto-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.slink', module='crypto-tools', version='0.0.1')
)
libraryDependencies += "ws.slink" % "crypto-tools" % "0.0.1"
[ws.slink/crypto-tools "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| at.favre.lib : hkdf | jar | 1.0.2 |
| org.projectlombok : lombok | jar | 1.18.10 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13-beta-2 |