| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.tiger822 |
| Идентификатор | Идентификаторcipher |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описаниеcipher 1.0
a java project for easy to use cipher.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cipher-1.0.pom | |
| cipher-1.0.jar | 9 KB |
| cipher-1.0-sources.jar | 6 KB |
| cipher-1.0-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.tiger822/cipher/ -->
<dependency>
<groupId>io.github.tiger822</groupId>
<artifactId>cipher</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tiger822/cipher/
implementation 'io.github.tiger822:cipher:1.0'
// https://jarcasting.com/artifacts/io.github.tiger822/cipher/
implementation ("io.github.tiger822:cipher:1.0")
'io.github.tiger822:cipher:jar:1.0'
<dependency org="io.github.tiger822" name="cipher" rev="1.0">
<artifact name="cipher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tiger822', module='cipher', version='1.0')
)
libraryDependencies += "io.github.tiger822" % "cipher" % "1.0"
[io.github.tiger822/cipher "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| commons-io : commons-io | jar | 2.11.0 |