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