GroupId | GroupIdio.openliberty.features |
---|---|
ArtifactId | ArtifactIdfeatures-bom |
Version | Version20.0.0.10 |
Type | Typepom |
Filename | Size |
---|---|
features-bom-20.0.0.10.pom | 117 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.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.openliberty.features/features-bom/
implementation 'io.openliberty.features:features-bom:20.0.0.10'
// https://jarcasting.com/artifacts/io.openliberty.features/features-bom/
implementation ("io.openliberty.features:features-bom:20.0.0.10")
'io.openliberty.features:features-bom:pom:20.0.0.10'
<dependency org="io.openliberty.features" name="features-bom" rev="20.0.0.10">
<artifact name="features-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.openliberty.features', module='features-bom', version='20.0.0.10')
)
libraryDependencies += "io.openliberty.features" % "features-bom" % "20.0.0.10"
[io.openliberty.features/features-bom "20.0.0.10"]