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