GroupId | GroupIdorg.microprofile-ext |
---|---|
ArtifactId | ArtifactIdhealth-ext |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
health-ext-1.0.4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext/health-ext/ -->
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>health-ext</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext/health-ext/
implementation 'org.microprofile-ext:health-ext:1.0.4'
// https://jarcasting.com/artifacts/org.microprofile-ext/health-ext/
implementation ("org.microprofile-ext:health-ext:1.0.4")
'org.microprofile-ext:health-ext:pom:1.0.4'
<dependency org="org.microprofile-ext" name="health-ext" rev="1.0.4">
<artifact name="health-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext', module='health-ext', version='1.0.4')
)
libraryDependencies += "org.microprofile-ext" % "health-ext" % "1.0.4"
[org.microprofile-ext/health-ext "1.0.4"]