is not current version
Last Version 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.

Categories

Categories

Net
GroupId

GroupId

net.theblackchamber
ArtifactId

ArtifactId

commons-encryption
Version

Version

1.2.2-RELEASE
Type

Type

jar

Download 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"]