<dependency> <groupId>org.jasypt</groupId> <artifactId>jasypt-spring4</artifactId> <version>1.9.3</version> </dependency>
implementation 'org.jasypt:jasypt-spring4:1.9.3'
implementation("org.jasypt:jasypt-spring4:1.9.3")
libraryDependencies += "org.jasypt" % "jasypt-spring4" % "1.9.3"
@Grapes( @Grab(group='org.jasypt', module='jasypt-spring4', version='1.9.3') )
<dependency org="org.jasypt" name="jasypt-spring4" rev="1.9.3" />
[org.jasypt/jasypt-spring4 "1.9.3"]
'org.jasypt:jasypt-spring4:jar:1.9.3'
compile
|-- org.jasypt:jasypt:1.9.3
provided
|-- org.springframework:spring-core:4.0.0.RELEASE
|-- org.springframework:spring-beans:4.0.0.RELEASE
|-- org.springframework:spring-web:4.0.0.RELEASE
|-- javax.servlet:servlet-api:2.5
test
|-- junit:junit:3.8.1
|-- commons-lang:commons-lang:2.1