<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot</artifactId>
<version>3.0.3</version>
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot', version='3.0.3')
)
<parent> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-parent</artifactId> <version>3.0.3</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
provided
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-web
test
|-- junit:junit