GroupId | GroupIdio.openliberty.features |
---|---|
ArtifactId | ArtifactIdfeatures-bom |
Version | Version21.0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
features-bom-21.0.0.2.pom | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.openliberty.features/features-bom/ -->
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>features-bom</artifactId>
<version>21.0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.openliberty.features/features-bom/
implementation 'io.openliberty.features:features-bom:21.0.0.2'
// https://jarcasting.com/artifacts/io.openliberty.features/features-bom/
implementation ("io.openliberty.features:features-bom:21.0.0.2")
'io.openliberty.features:features-bom:pom:21.0.0.2'
<dependency org="io.openliberty.features" name="features-bom" rev="21.0.0.2">
<artifact name="features-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.openliberty.features', module='features-bom', version='21.0.0.2')
)
libraryDependencies += "io.openliberty.features" % "features-bom" % "21.0.0.2"
[io.openliberty.features/features-bom "21.0.0.2"]