<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-maven-plugin</artifactId>
<version>3.0.4</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-maven-plugin', version='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-starter
|-- org.springframework.boot:spring-boot-starter
|-- org.apache.maven:maven-plugin-api:2.2.1
provided
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.3