| License |
License |
|---|---|
| GroupId | GroupIdio.smallrye |
| ArtifactId | ArtifactIdsmallrye-health |
| Version | Version4.0.0-RC1 |
| Type | Typejar |
| Description |
DescriptionSmallRye Health: Implementation
SmallRye Parent POM
|
| Filename | Size |
|---|---|
| smallrye-health-4.0.0-RC1.pom | |
| smallrye-health-4.0.0-RC1.jar | 27 KB |
| smallrye-health-4.0.0-RC1-sources.jar | 14 KB |
| smallrye-health-4.0.0-RC1-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<version>4.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health/
implementation 'io.smallrye:smallrye-health:4.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health/
implementation ("io.smallrye:smallrye-health:4.0.0-RC1")
'io.smallrye:smallrye-health:jar:4.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-health" rev="4.0.0-RC1">
<artifact name="smallrye-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health', version='4.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-health" % "4.0.0-RC1"
[io.smallrye/smallrye-health "4.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.health : microprofile-health-api | jar | 4.0 |
| io.smallrye : smallrye-health-api | jar | 4.0.0-RC1 |
| org.jboss.logging : jboss-logging | jar | 3.4.2.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0.1 |
| org.jboss.logging : jboss-logging-annotations | jar | 2.2.1.Final |
| org.jboss.logging : jboss-logging-processor | jar | 2.2.1.Final |
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
| jakarta.json : jakarta.json-api | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.glassfish : jakarta.json | jar | 2.0.1 |