License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.health |
ArtifactId | ArtifactIdhelidon-health-checks |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Health Checks
Microprofile Health implementation - health checks supported OOTB
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.health/helidon-health-checks/ -->
<dependency>
<groupId>io.helidon.health</groupId>
<artifactId>helidon-health-checks</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.health/helidon-health-checks/
implementation 'io.helidon.health:helidon-health-checks:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.health/helidon-health-checks/
implementation ("io.helidon.health:helidon-health-checks:3.0.0-M2")
'io.helidon.health:helidon-health-checks:jar:3.0.0-M2'
<dependency org="io.helidon.health" name="helidon-health-checks" rev="3.0.0-M2">
<artifact name="helidon-health-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.health', module='helidon-health-checks', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.health" % "helidon-health-checks" % "3.0.0-M2"
[io.helidon.health/helidon-health-checks "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.health : helidon-health | jar | 3.0.0-M2 |
io.helidon.health : helidon-health-common | jar | 3.0.0-M2 |
io.helidon.config : helidon-config | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api Optional | jar | 3.0.0 |
org.eclipse.microprofile.config : microprofile-config-api Optional | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.4 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
io.helidon.webclient : helidon-webclient | jar | 3.0.0-M2 |
io.helidon.config : helidon-config-yaml | jar | 3.0.0-M2 |