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