| Лицензия |
Лицензия |
|---|---|
| Группа | Группаedu.uci.qa |
| Идентификатор | Идентификаторcrypt |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCrypt
Utility for encryption and decryption of strings and files.
|
| Имя Файла | Размер |
|---|---|
| crypt-0.0.3.pom | |
| crypt-0.0.3.jar | 12 KB |
| crypt-0.0.3-sources.jar | 8 KB |
| crypt-0.0.3-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.uci.qa/crypt/ -->
<dependency>
<groupId>edu.uci.qa</groupId>
<artifactId>crypt</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.uci.qa/crypt/
implementation 'edu.uci.qa:crypt:0.0.3'
// https://jarcasting.com/artifacts/edu.uci.qa/crypt/
implementation ("edu.uci.qa:crypt:0.0.3")
'edu.uci.qa:crypt:jar:0.0.3'
<dependency org="edu.uci.qa" name="crypt" rev="0.0.3">
<artifact name="crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.uci.qa', module='crypt', version='0.0.3')
)
libraryDependencies += "edu.uci.qa" % "crypt" % "0.0.3"
[edu.uci.qa/crypt "0.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| net.sf.jopt-simple : jopt-simple | jar | 5.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| junit : junit | jar | 4.12 |