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