| GroupId | GroupIdcom.github.cafapi.cipher |
|---|---|
| ArtifactId | ArtifactIdcipher-jasypt |
| Version | Version1.13.0-239 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cipher-jasypt-1.13.0-239.pom | |
| cipher-jasypt-1.13.0-239.jar | 4 KB |
| cipher-jasypt-1.13.0-239-sources.jar | 4 KB |
| cipher-jasypt-1.13.0-239-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>1.13.0-239</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.cipher/cipher-jasypt/
implementation 'com.github.cafapi.cipher:cipher-jasypt:1.13.0-239'
// https://jarcasting.com/artifacts/com.github.cafapi.cipher/cipher-jasypt/
implementation ("com.github.cafapi.cipher:cipher-jasypt:1.13.0-239")
'com.github.cafapi.cipher:cipher-jasypt:jar:1.13.0-239'
<dependency org="com.github.cafapi.cipher" name="cipher-jasypt" rev="1.13.0-239">
<artifact name="cipher-jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.cipher', module='cipher-jasypt', version='1.13.0-239')
)
libraryDependencies += "com.github.cafapi.cipher" % "cipher-jasypt" % "1.13.0-239"
[com.github.cafapi.cipher/cipher-jasypt "1.13.0-239"]