File | Operation |
---|---|
microprofile-health-parent-3.0-RC3.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>3.0-RC3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-parent" % "3.0-RC3"
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-parent', version='3.0-RC3')
)
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-parent" rev="3.0-RC3" />