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