| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesTomcat Container Application Servers | 
        
| GroupId | GroupIdcom.sap.cloud.sjb.cf | 
    
| ArtifactId | ArtifactIdcf-tomcat-bom | 
    
| Last Version | Last Version1.55.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionVersions control of SAP Java Buildpack dependencies 
         | 
    
| Filename | Size | 
|---|---|
| cf-tomcat-bom-1.55.0.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sap.cloud.sjb.cf/cf-tomcat-bom/ -->
<dependency>
    <groupId>com.sap.cloud.sjb.cf</groupId>
    <artifactId>cf-tomcat-bom</artifactId>
    <version>1.55.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.sap.cloud.sjb.cf/cf-tomcat-bom/
implementation 'com.sap.cloud.sjb.cf:cf-tomcat-bom:1.55.0'
                // https://jarcasting.com/artifacts/com.sap.cloud.sjb.cf/cf-tomcat-bom/
implementation ("com.sap.cloud.sjb.cf:cf-tomcat-bom:1.55.0")
                'com.sap.cloud.sjb.cf:cf-tomcat-bom:pom:1.55.0'
                <dependency org="com.sap.cloud.sjb.cf" name="cf-tomcat-bom" rev="1.55.0">
  <artifact name="cf-tomcat-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.sap.cloud.sjb.cf', module='cf-tomcat-bom', version='1.55.0')
)
                libraryDependencies += "com.sap.cloud.sjb.cf" % "cf-tomcat-bom" % "1.55.0"
                [com.sap.cloud.sjb.cf/cf-tomcat-bom "1.55.0"]