Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-jmxdebug |
Version | Version1.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jmxdebug-1.0-M2.pom | |
geronimo-jmxdebug-1.0-M2.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-jmxdebug/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-jmxdebug</artifactId>
<version>1.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-jmxdebug/
implementation 'geronimo:geronimo-jmxdebug:1.0-M2'
// https://jarcasting.com/artifacts/geronimo/geronimo-jmxdebug/
implementation ("geronimo:geronimo-jmxdebug:1.0-M2")
'geronimo:geronimo-jmxdebug:jar:1.0-M2'
<dependency org="geronimo" name="geronimo-jmxdebug" rev="1.0-M2">
<artifact name="geronimo-jmxdebug" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-jmxdebug', version='1.0-M2')
)
libraryDependencies += "geronimo" % "geronimo-jmxdebug" % "1.0-M2"
[geronimo/geronimo-jmxdebug "1.0-M2"]