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