<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.4</version>
</dependency>
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-starter" % "3.0.4"
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-starter', version='3.0.4')
)
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-starter" rev="3.0.4" />
<parent> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-parent</artifactId> <version>3.0.4</version> </parent>
compile
|-- com.github.ulisesbocchio:jasypt-spring-boot
provided
|-- org.springframework.boot:spring-boot-starter
test
|-- org.springframework.cloud:spring-cloud-context
|-- org.springframework.security:spring-security-rsa
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-actuator