License |
License |
---|---|
GroupId | GroupIdcom.github.cafapi.cipher |
ArtifactId | ArtifactIdcipher-jasypt |
Last Version | Last Version2.0.0-425 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of re-usable Java libraries which are used by the various CAF Services and Frameworks.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cipher-jasypt-2.0.0-425.pom | |
cipher-jasypt-2.0.0-425.jar | 4 KB |
cipher-jasypt-2.0.0-425-sources.jar | 4 KB |
cipher-jasypt-2.0.0-425-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi.cipher/cipher-jasypt/ -->
<dependency>
<groupId>com.github.cafapi.cipher</groupId>
<artifactId>cipher-jasypt</artifactId>
<version>2.0.0-425</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.cipher/cipher-jasypt/
implementation 'com.github.cafapi.cipher:cipher-jasypt:2.0.0-425'
// https://jarcasting.com/artifacts/com.github.cafapi.cipher/cipher-jasypt/
implementation ("com.github.cafapi.cipher:cipher-jasypt:2.0.0-425")
'com.github.cafapi.cipher:cipher-jasypt:jar:2.0.0-425'
<dependency org="com.github.cafapi.cipher" name="cipher-jasypt" rev="2.0.0-425">
<artifact name="cipher-jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.cipher', module='cipher-jasypt', version='2.0.0-425')
)
libraryDependencies += "com.github.cafapi.cipher" % "cipher-jasypt" % "2.0.0-425"
[com.github.cafapi.cipher/cipher-jasypt "2.0.0-425"]
Group / Artifact | Type | Version |
---|---|---|
org.jasypt : jasypt | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.cafapi : caf-api | jar | 2.0.0-425 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.4 |
org.mockito : mockito-core | jar | 1.10.19 |