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