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