<dependency> <groupId>geronimo</groupId> <artifactId>geronimo-jmxremoting</artifactId> <version>1.1.1</version> </dependency>
implementation 'geronimo:geronimo-jmxremoting:1.1.1'
implementation("geronimo:geronimo-jmxremoting:1.1.1")
libraryDependencies += "geronimo" % "geronimo-jmxremoting" % "1.1.1"
@Grapes( @Grab(group='geronimo', module='geronimo-jmxremoting', version='1.1.1') )
<dependency org="geronimo" name="geronimo-jmxremoting" rev="1.1.1" />
[geronimo/geronimo-jmxremoting "1.1.1"]
'geronimo:geronimo-jmxremoting:jar:1.1.1'
compile
|-- geronimo:geronimo-kernel:1.1.1
|-- geronimo:geronimo-system:1.1.1
|-- 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