| License |
License |
|---|---|
| GroupId | GroupIdorg.jasypt |
| ArtifactId | ArtifactIdjasypt-spring4 |
| 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-spring4-1.9.3.pom | |
| jasypt-spring4-1.9.3.jar | 46 KB |
| jasypt-spring4-1.9.3-sources.jar | 43 KB |
| jasypt-spring4-1.9.3-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-spring4/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-spring4</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-spring4/
implementation 'org.jasypt:jasypt-spring4:1.9.3'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-spring4/
implementation ("org.jasypt:jasypt-spring4:1.9.3")
'org.jasypt:jasypt-spring4:jar:1.9.3'
<dependency org="org.jasypt" name="jasypt-spring4" rev="1.9.3">
<artifact name="jasypt-spring4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-spring4', version='1.9.3')
)
libraryDependencies += "org.jasypt" % "jasypt-spring4" % "1.9.3"
[org.jasypt/jasypt-spring4 "1.9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jasypt : jasypt | jar | 1.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core Optional | jar | 4.0.0.RELEASE |
| org.springframework : spring-beans Optional | jar | 4.0.0.RELEASE |
| org.springframework : spring-web Optional | jar | 4.0.0.RELEASE |
| javax.servlet : servlet-api Optional | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| commons-lang : commons-lang | jar | 2.1 |