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