GroupId | GroupIdorg.microprofile-ext.health-ext |
---|---|
ArtifactId | ArtifactIdhealthprobe-system |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
healthprobe-system-1.0.5.pom | |
healthprobe-system-1.0.5.jar | 3 KB |
healthprobe-system-1.0.5-sources.jar | 3 KB |
healthprobe-system-1.0.5-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/healthprobe-system/ -->
<dependency>
<groupId>org.microprofile-ext.health-ext</groupId>
<artifactId>healthprobe-system</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/healthprobe-system/
implementation 'org.microprofile-ext.health-ext:healthprobe-system:1.0.5'
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/healthprobe-system/
implementation ("org.microprofile-ext.health-ext:healthprobe-system:1.0.5")
'org.microprofile-ext.health-ext:healthprobe-system:jar:1.0.5'
<dependency org="org.microprofile-ext.health-ext" name="healthprobe-system" rev="1.0.5">
<artifact name="healthprobe-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.health-ext', module='healthprobe-system', version='1.0.5')
)
libraryDependencies += "org.microprofile-ext.health-ext" % "healthprobe-system" % "1.0.5"
[org.microprofile-ext.health-ext/healthprobe-system "1.0.5"]