| GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
|---|---|
| ArtifactId | ArtifactIdhealth-ext |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| health-ext-1.0.6.pom | |
| health-ext-1.0.6.jar | 8 KB |
| health-ext-1.0.6-sources.jar | 6 KB |
| health-ext-1.0.6-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/health-ext/ -->
<dependency>
<groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
<artifactId>health-ext</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/health-ext/
implementation 'com.github.phillip-kruger.microprofile-extentions:health-ext:1.0.6'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/health-ext/
implementation ("com.github.phillip-kruger.microprofile-extentions:health-ext:1.0.6")
'com.github.phillip-kruger.microprofile-extentions:health-ext:jar:1.0.6'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="health-ext" rev="1.0.6">
<artifact name="health-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='health-ext', version='1.0.6')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "health-ext" % "1.0.6"
[com.github.phillip-kruger.microprofile-extentions/health-ext "1.0.6"]