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