m

mpHealth

This feature enables support for versionless mpHealth
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
mpHealth-24.0.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>mpHealth</artifactId>
  <version>24.0.0.8</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:mpHealth:24.0.0.8'
Gradle Kotlin
implementation("io.openliberty.features:mpHealth:24.0.0.8")
Scala SBT
libraryDependencies += "io.openliberty.features" % "mpHealth" % "24.0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='mpHealth', version='24.0.0.8')
)
Apache Ivy
<dependency org="io.openliberty.features" name="mpHealth" rev="24.0.0.8" />
Leiningen
[io.openliberty.features/mpHealth "24.0.0.8"]
Apache Buildr
'io.openliberty.features:mpHealth:jar:24.0.0.8'