License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.theblackchamber |
ArtifactId | ArtifactIdcommons-encryption |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptioncommons-encryption
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-encryption-2.0.1.pom | |
commons-encryption-2.0.1.jar | 42 KB |
commons-encryption-2.0.1-sources.jar | 48 KB |
commons-encryption-2.0.1-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/ -->
<dependency>
<groupId>net.theblackchamber</groupId>
<artifactId>commons-encryption</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation 'net.theblackchamber:commons-encryption:2.0.1'
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation ("net.theblackchamber:commons-encryption:2.0.1")
'net.theblackchamber:commons-encryption:jar:2.0.1'
<dependency org="net.theblackchamber" name="commons-encryption" rev="2.0.1">
<artifact name="commons-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.theblackchamber', module='commons-encryption', version='2.0.1')
)
libraryDependencies += "net.theblackchamber" % "commons-encryption" % "2.0.1"
[net.theblackchamber/commons-encryption "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15on | jar | 1.67 |
org.jasypt : jasypt | jar | 1.9.3 |
com.google.crypto.tink : tink | jar | 1.5.0 |
commons-logging : commons-logging | jar | 1.2 |
commons-io : commons-io | jar | 2.8.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |