| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesTomcat Container Application Servers Spring Boot Microservices | 
        
| GroupId | GroupIdcom.github.ulisesbocchio | 
    
| ArtifactId | ArtifactIdjasypt-spring-boot-demo-tomcat-ssl | 
    
| Last Version | Last Version1.7 | 
        
| Release Date | Release Date | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionJasypt Spring Boot Demo Tomcat SSL 
            Jasypt Spring Boot Demo with Tomcat SSL Connector 
         | 
    
<!-- 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.7</version>
    <type>war</type>
</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.7'
                // https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-tomcat-ssl/
implementation ("com.github.ulisesbocchio:jasypt-spring-boot-demo-tomcat-ssl:1.7")
                'com.github.ulisesbocchio:jasypt-spring-boot-demo-tomcat-ssl:war:1.7'
                <dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-demo-tomcat-ssl" rev="1.7">
  <artifact name="jasypt-spring-boot-demo-tomcat-ssl" type="war" />
</dependency>
                @Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-demo-tomcat-ssl', version='1.7')
)
                libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-demo-tomcat-ssl" % "1.7"
                [com.github.ulisesbocchio/jasypt-spring-boot-demo-tomcat-ssl "1.7"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.ulisesbocchio : jasypt-spring-boot | jar | 1.7 | 
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-tomcat | jar | |
| org.apache.httpcomponents : httpclient | jar | 4.5 | 
| org.yaml : snakeyaml | jar | 1.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |