| License |
License |
|---|---|
| GroupId | GroupIdio.github.prakashiit |
| ArtifactId | ArtifactIdjasypt |
| Version | Version1.10.0 |
| Type | Typejar |
| Description |
DescriptionJASYPT: Java Simplified Encryption
Java library which enables encryption in java apps with minimum effort.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jasypt-1.10.0.pom | |
| jasypt-1.10.0.jar | 146 KB |
| jasypt-1.10.0-sources.jar | 236 KB |
| jasypt-1.10.0-lite.jar | 74 KB |
| jasypt-1.10.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.prakashiit/jasypt/ -->
<dependency>
<groupId>io.github.prakashiit</groupId>
<artifactId>jasypt</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.prakashiit/jasypt/
implementation 'io.github.prakashiit:jasypt:1.10.0'
// https://jarcasting.com/artifacts/io.github.prakashiit/jasypt/
implementation ("io.github.prakashiit:jasypt:1.10.0")
'io.github.prakashiit:jasypt:jar:1.10.0'
<dependency org="io.github.prakashiit" name="jasypt" rev="1.10.0">
<artifact name="jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.prakashiit', module='jasypt', version='1.10.0')
)
libraryDependencies += "io.github.prakashiit" % "jasypt" % "1.10.0"
[io.github.prakashiit/jasypt "1.10.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ibm.icu : icu4j Optional | jar | 67.1 |
| javax.servlet : servlet-api Optional | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| bouncycastle : bcprov-jdk12 | jar | 140 |
| junit : junit | jar | 3.8.1 |
| commons-lang : commons-lang | jar | 2.1 |