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