Files download
File Operation
microprofile-health-parent-3.0-RC3.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-parent</artifactId>
  <version>3.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.health:microprofile-health-parent:3.0-RC3'
Gradle Kotlin
implementation("org.eclipse.microprofile.health:microprofile-health-parent:3.0-RC3")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-parent" % "3.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.health', module='microprofile-health-parent', version='3.0-RC3')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-parent" rev="3.0-RC3" />
Leiningen
[org.eclipse.microprofile.health/microprofile-health-parent "3.0-RC3"]
Apache Buildr
'org.eclipse.microprofile.health:microprofile-health-parent:jar:3.0-RC3'
Dependencies
The project has no third-party dependencies