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