Categories |
CategoriesApache TomEE Container Application Servers |
---|---|
GroupId | GroupIdcom.sap.cloud.sjb.cf |
ArtifactId | ArtifactIdcf-tomee7-bom |
Version | Version1.41.0 |
Type | Typepom |
Filename | Size |
---|---|
cf-tomee7-bom-1.41.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.sjb.cf/cf-tomee7-bom/ -->
<dependency>
<groupId>com.sap.cloud.sjb.cf</groupId>
<artifactId>cf-tomee7-bom</artifactId>
<version>1.41.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.sjb.cf/cf-tomee7-bom/
implementation 'com.sap.cloud.sjb.cf:cf-tomee7-bom:1.41.0'
// https://jarcasting.com/artifacts/com.sap.cloud.sjb.cf/cf-tomee7-bom/
implementation ("com.sap.cloud.sjb.cf:cf-tomee7-bom:1.41.0")
'com.sap.cloud.sjb.cf:cf-tomee7-bom:pom:1.41.0'
<dependency org="com.sap.cloud.sjb.cf" name="cf-tomee7-bom" rev="1.41.0">
<artifact name="cf-tomee7-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.sjb.cf', module='cf-tomee7-bom', version='1.41.0')
)
libraryDependencies += "com.sap.cloud.sjb.cf" % "cf-tomee7-bom" % "1.41.0"
[com.sap.cloud.sjb.cf/cf-tomee7-bom "1.41.0"]