Categories |
CategoriesTomcat Container Application Servers Spring Boot Microservices |
---|---|
GroupId | GroupIdcom.github.ulisesbocchio |
ArtifactId | ArtifactIdjasypt-spring-boot-demo-tomcat-ssl |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-tomcat-ssl/ -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-demo-tomcat-ssl</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-tomcat-ssl/
implementation 'com.github.ulisesbocchio:jasypt-spring-boot-demo-tomcat-ssl:1.2'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-tomcat-ssl/
implementation ("com.github.ulisesbocchio:jasypt-spring-boot-demo-tomcat-ssl:1.2")
'com.github.ulisesbocchio:jasypt-spring-boot-demo-tomcat-ssl:jar:1.2'
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-demo-tomcat-ssl" rev="1.2">
<artifact name="jasypt-spring-boot-demo-tomcat-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-demo-tomcat-ssl', version='1.2')
)
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-demo-tomcat-ssl" % "1.2"
[com.github.ulisesbocchio/jasypt-spring-boot-demo-tomcat-ssl "1.2"]