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