License |
License |
---|---|
GroupId | GroupIdorg.apache.openwebbeans.bom |
ArtifactId | ArtifactIdbom |
Last Version | Last Version2.0.27 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBOM
Apache OpenWebBeans BOM parent, mainly to simplify jakarta stack consumption.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
bom-2.0.27.pom | 1 KB |
bom-2.0.27-jakarta.pom | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.bom/bom/ -->
<dependency>
<groupId>org.apache.openwebbeans.bom</groupId>
<artifactId>bom</artifactId>
<version>2.0.27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.bom/bom/
implementation 'org.apache.openwebbeans.bom:bom:2.0.27'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.bom/bom/
implementation ("org.apache.openwebbeans.bom:bom:2.0.27")
'org.apache.openwebbeans.bom:bom:pom:2.0.27'
<dependency org="org.apache.openwebbeans.bom" name="bom" rev="2.0.27">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.bom', module='bom', version='2.0.27')
)
libraryDependencies += "org.apache.openwebbeans.bom" % "bom" % "2.0.27"
[org.apache.openwebbeans.bom/bom "2.0.27"]