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