GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
---|---|
ArtifactId | ArtifactIdhealth-ext |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
health-ext-1.0.4.pom | |
health-ext-1.0.4.jar | 7 KB |
health-ext-1.0.4-sources.jar | 6 KB |
health-ext-1.0.4-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.4</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.4'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/health-ext/
implementation ("com.github.phillip-kruger.microprofile-extentions:health-ext:1.0.4")
'com.github.phillip-kruger.microprofile-extentions:health-ext:jar:1.0.4'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="health-ext" rev="1.0.4">
<artifact name="health-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='health-ext', version='1.0.4')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "health-ext" % "1.0.4"
[com.github.phillip-kruger.microprofile-extentions/health-ext "1.0.4"]