Categories |
CategoriesHelidon Container Microservices |
---|---|
GroupId | GroupIdio.helidon.microprofile.health |
ArtifactId | ArtifactIdhelidon-microprofile-health-project |
Version | Version0.10.2 |
Type | Typepom |
Filename | Size |
---|---|
helidon-microprofile-health-project-0.10.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.health/helidon-microprofile-health-project/ -->
<dependency>
<groupId>io.helidon.microprofile.health</groupId>
<artifactId>helidon-microprofile-health-project</artifactId>
<version>0.10.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.health/helidon-microprofile-health-project/
implementation 'io.helidon.microprofile.health:helidon-microprofile-health-project:0.10.2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.health/helidon-microprofile-health-project/
implementation ("io.helidon.microprofile.health:helidon-microprofile-health-project:0.10.2")
'io.helidon.microprofile.health:helidon-microprofile-health-project:pom:0.10.2'
<dependency org="io.helidon.microprofile.health" name="helidon-microprofile-health-project" rev="0.10.2">
<artifact name="helidon-microprofile-health-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.health', module='helidon-microprofile-health-project', version='0.10.2')
)
libraryDependencies += "io.helidon.microprofile.health" % "helidon-microprofile-health-project" % "0.10.2"
[io.helidon.microprofile.health/helidon-microprofile-health-project "0.10.2"]