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