License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-health-api |
Last Version | Last Version4.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Health: API
The feature API for the testing of features to be included in the specification.
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health-api/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-api</artifactId>
<version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-api/
implementation 'io.smallrye:smallrye-health-api:4.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-api/
implementation ("io.smallrye:smallrye-health-api:4.0.0-RC2")
'io.smallrye:smallrye-health-api:jar:4.0.0-RC2'
<dependency org="io.smallrye" name="smallrye-health-api" rev="4.0.0-RC2">
<artifact name="smallrye-health-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-api', version='4.0.0-RC2')
)
libraryDependencies += "io.smallrye" % "smallrye-health-api" % "4.0.0-RC2"
[io.smallrye/smallrye-health-api "4.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.health : microprofile-health-api | jar | 4.0 |
io.smallrye.common : smallrye-common-annotation | jar | 2.0.0-RC2 |
io.smallrye.reactive : mutiny | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |