| License |
License |
|---|---|
| GroupId | GroupIdorg.jasypt |
| ArtifactId | ArtifactIdjasypt |
| Last Version | Last Version1.9.3 |
| Release Date | Release Date |
| 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.9.3.pom | |
| jasypt-1.9.3.jar | 122 KB |
| jasypt-1.9.3-sources.jar | 211 KB |
| jasypt-1.9.3-lite.jar | 61 KB |
| jasypt-1.9.3-javadoc.jar | 651 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt/
implementation 'org.jasypt:jasypt:1.9.3'
// https://jarcasting.com/artifacts/org.jasypt/jasypt/
implementation ("org.jasypt:jasypt:1.9.3")
'org.jasypt:jasypt:jar:1.9.3'
<dependency org="org.jasypt" name="jasypt" rev="1.9.3">
<artifact name="jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt', version='1.9.3')
)
libraryDependencies += "org.jasypt" % "jasypt" % "1.9.3"
[org.jasypt/jasypt "1.9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ibm.icu : icu4j Optional | jar | 3.4.4 |
| 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 |