f

features-bom

Open Liberty features bill of materials
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
features-bom-24.0.0.12.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>features-bom</artifactId>
  <version>24.0.0.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:features-bom:24.0.0.12'
Gradle Kotlin
implementation("io.openliberty.features:features-bom:24.0.0.12")
Scala SBT
libraryDependencies += "io.openliberty.features" % "features-bom" % "24.0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='features-bom', version='24.0.0.12')
)
Apache Ivy
<dependency org="io.openliberty.features" name="features-bom" rev="24.0.0.12" />
Leiningen
[io.openliberty.features/features-bom "24.0.0.12"]
Apache Buildr
'io.openliberty.features:features-bom:jar:24.0.0.12'
Dependencies
The project has no third-party dependencies