<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-demo-tomcat-ssl</artifactId>
<version>1.3</version>
</dependency>
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-demo-tomcat-ssl" % "1.3"
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-demo-tomcat-ssl', version='1.3')
)
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-demo-tomcat-ssl" rev="1.3" />
<parent> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-parent</artifactId> <version>1.3</version> </parent>
compile
|-- com.github.ulisesbocchio:jasypt-spring-boot
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-tomcat
|-- org.apache.httpcomponents:httpclient:4.5
test