<dependency> <groupId>geronimo</groupId> <artifactId>geronimo-jmxremoting</artifactId> <version>1.0</version> </dependency>
implementation 'geronimo:geronimo-jmxremoting:1.0'
implementation("geronimo:geronimo-jmxremoting:1.0")
libraryDependencies += "geronimo" % "geronimo-jmxremoting" % "1.0"
@Grapes( @Grab(group='geronimo', module='geronimo-jmxremoting', version='1.0') )
<dependency org="geronimo" name="geronimo-jmxremoting" rev="1.0" />
[geronimo/geronimo-jmxremoting "1.0"]
'geronimo:geronimo-jmxremoting:jar:1.0'
compile
|-- geronimo:geronimo-kernel:1.0
|-- mx4j:mx4j:3.0.1
|-- mx4j:mx4j-remote:3.0.1
|-- commons-logging:commons-logging:1.0.4
|-- commons-jelly:commons-jelly-tags-velocity:1.0
|-- velocity:velocity:1.4