GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-health |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
smallrye-health-3.0.0-RC1.pom | |
smallrye-health-3.0.0-RC1.jar | 26 KB |
smallrye-health-3.0.0-RC1-sources.jar | 13 KB |
smallrye-health-3.0.0-RC1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health/
implementation 'io.smallrye:smallrye-health:3.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health/
implementation ("io.smallrye:smallrye-health:3.0.0-RC1")
'io.smallrye:smallrye-health:jar:3.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-health" rev="3.0.0-RC1">
<artifact name="smallrye-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health', version='3.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-health" % "3.0.0-RC1"
[io.smallrye/smallrye-health "3.0.0-RC1"]