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