| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаcom.theicenet |
| Идентификатор | Идентификаторtheicenet-cryptography |
| Последняя версия | Последняя версия1.3.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcom.theicenet:theicenet-cryptography
TheIceNet Cryptography is a library which makes easy to develop cryptography-based,
production-grade Spring Boot applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| theicenet-cryptography-1.3.2.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography/ -->
<dependency>
<groupId>com.theicenet</groupId>
<artifactId>theicenet-cryptography</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography/
implementation 'com.theicenet:theicenet-cryptography:1.3.2'
// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography/
implementation ("com.theicenet:theicenet-cryptography:1.3.2")
'com.theicenet:theicenet-cryptography:pom:1.3.2'
<dependency org="com.theicenet" name="theicenet-cryptography" rev="1.3.2">
<artifact name="theicenet-cryptography" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.theicenet', module='theicenet-cryptography', version='1.3.2')
)
libraryDependencies += "com.theicenet" % "theicenet-cryptography" % "1.3.2"
[com.theicenet/theicenet-cryptography "1.3.2"]