Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo |
ArtifactId | ArtifactIdgeronimo-health |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-health-1.0.0.pom | |
geronimo-health-1.0.0.jar | 19 KB |
geronimo-health-1.0.0-sources.jar | 16 KB |
geronimo-health-1.0.0-source-release.zip | 18 KB |
geronimo-health-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-health/ -->
<dependency>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-health</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-health/
implementation 'org.apache.geronimo:geronimo-health:1.0.0'
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-health/
implementation ("org.apache.geronimo:geronimo-health:1.0.0")
'org.apache.geronimo:geronimo-health:jar:1.0.0'
<dependency org="org.apache.geronimo" name="geronimo-health" rev="1.0.0">
<artifact name="geronimo-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo', module='geronimo-health', version='1.0.0')
)
libraryDependencies += "org.apache.geronimo" % "geronimo-health" % "1.0.0"
[org.apache.geronimo/geronimo-health "1.0.0"]