文件下载
文件名 操作
microprofile-health-parent-4.0-RC1.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-parent</artifactId>
  <version>4.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.health:microprofile-health-parent:4.0-RC1'
Gradle Kotlin
implementation("org.eclipse.microprofile.health:microprofile-health-parent:4.0-RC1")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-parent" % "4.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.health', module='microprofile-health-parent', version='4.0-RC1')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-parent" rev="4.0-RC1" />
Leiningen
[org.eclipse.microprofile.health/microprofile-health-parent "4.0-RC1"]
Apache Buildr
'org.eclipse.microprofile.health:microprofile-health-parent:jar:4.0-RC1'