| License | License | 
|---|---|
| Categories | CategoriesSecurity | 
| GroupId | GroupIdorg.jasypt | 
| ArtifactId | ArtifactIdjasypt-springsecurity3 | 
| 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 | 
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-springsecurity3/ -->
<dependency>
    <groupId>org.jasypt</groupId>
    <artifactId>jasypt-springsecurity3</artifactId>
    <version>1.9.3</version>
</dependency>// https://jarcasting.com/artifacts/org.jasypt/jasypt-springsecurity3/
implementation 'org.jasypt:jasypt-springsecurity3:1.9.3'// https://jarcasting.com/artifacts/org.jasypt/jasypt-springsecurity3/
implementation ("org.jasypt:jasypt-springsecurity3:1.9.3")'org.jasypt:jasypt-springsecurity3:jar:1.9.3'<dependency org="org.jasypt" name="jasypt-springsecurity3" rev="1.9.3">
  <artifact name="jasypt-springsecurity3" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jasypt', module='jasypt-springsecurity3', version='1.9.3')
)libraryDependencies += "org.jasypt" % "jasypt-springsecurity3" % "1.9.3"[org.jasypt/jasypt-springsecurity3 "1.9.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jasypt : jasypt | jar | 1.9.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.security : spring-security-core Optional | jar | 3.0.0.RELEASE | 
| org.springframework.security : spring-security-web Optional | jar | 3.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 |