Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.sap.cloud.sjb.xs |
ArtifactId | ArtifactIdxs-tomcat-bom |
Version | Version1.8.21 |
Type | Typepom |
Filename | Size |
---|---|
xs-tomcat-bom-1.8.21.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.21</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.21'
// https://jarcasting.com/artifacts/com.sap.cloud.sjb.xs/xs-tomcat-bom/
implementation ("com.sap.cloud.sjb.xs:xs-tomcat-bom:1.8.21")
'com.sap.cloud.sjb.xs:xs-tomcat-bom:pom:1.8.21'
<dependency org="com.sap.cloud.sjb.xs" name="xs-tomcat-bom" rev="1.8.21">
<artifact name="xs-tomcat-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.sjb.xs', module='xs-tomcat-bom', version='1.8.21')
)
libraryDependencies += "com.sap.cloud.sjb.xs" % "xs-tomcat-bom" % "1.8.21"
[com.sap.cloud.sjb.xs/xs-tomcat-bom "1.8.21"]