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