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