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