is not current version
Last Version 2.0.1

net.theblackchamber:commons-encryption 1.2.0

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.0
Type

Type

jar

Download commons-encryption 1.2.0


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