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