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