не последняя версия
Последняя версия 2.0.1

net.theblackchamber:commons-encryption 1.2.2-RELEASE

Utility project to provide common encryption support to applications. The goal being to provide encryption services to applications in as transparent and simple (while secure) method as possible.

Категории

Категории

Сеть
Группа

Группа

net.theblackchamber
Идентификатор

Идентификатор

commons-encryption
Версия

Версия

1.2.2-RELEASE
Тип

Тип

jar

Скачать commons-encryption 1.2.2-RELEASE


<!-- https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/ -->
<dependency>
    <groupId>net.theblackchamber</groupId>
    <artifactId>commons-encryption</artifactId>
    <version>1.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation 'net.theblackchamber:commons-encryption:1.2.2-RELEASE'
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation ("net.theblackchamber:commons-encryption:1.2.2-RELEASE")
'net.theblackchamber:commons-encryption:jar:1.2.2-RELEASE'
<dependency org="net.theblackchamber" name="commons-encryption" rev="1.2.2-RELEASE">
  <artifact name="commons-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.theblackchamber', module='commons-encryption', version='1.2.2-RELEASE')
)
libraryDependencies += "net.theblackchamber" % "commons-encryption" % "1.2.2-RELEASE"
[net.theblackchamber/commons-encryption "1.2.2-RELEASE"]