| Группа | Группаcom.cedarsoft.commons |
|---|---|
| Идентификатор | Идентификаторcrypt |
| Версия | Версия2.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| crypt-2.0.2.pom | |
| crypt-2.0.2.jar | 14 KB |
| crypt-2.0.2-tests.jar | 73 KB |
| crypt-2.0.2-sources.jar | 13 KB |
| crypt-2.0.2-javadoc.jar | 69 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/crypt/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>crypt</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/crypt/
implementation 'com.cedarsoft.commons:crypt:2.0.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/crypt/
implementation ("com.cedarsoft.commons:crypt:2.0.2")
'com.cedarsoft.commons:crypt:jar:2.0.2'
<dependency org="com.cedarsoft.commons" name="crypt" rev="2.0.2">
<artifact name="crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='crypt', version='2.0.2')
)
libraryDependencies += "com.cedarsoft.commons" % "crypt" % "2.0.2"
[com.cedarsoft.commons/crypt "2.0.2"]