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