Download geronimo-jmxremoting-1.0.jar file - Jar g

Jar examples for g:geronimo-jmxremoting

Description

Provides remote access to a Geronimo server using JSR 160 JMX Remoting

You can download jar file geronimo-jmxremoting 1.0 in this page.

License

Apache License

Build File

You can use the following script to add geronimo-jmxremoting-1.0.jar to your project.

<dependency>
   <groupId>geronimo</groupId>
   <artifactId>geronimo-jmxremoting</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'geronimo', name: 'geronimo-jmxremoting', version: '1.0'
libraryDependencies += "geronimo" % "geronimo-jmxremoting" % "1.0"
<dependency org="geronimo" name="geronimo-jmxremoting" rev="1.0"/>
@Grapes(@Grab(group='geronimo', module='geronimo-jmxremoting', version='1.0'))
'geronimo:geronimo-jmxremoting:jar:1.0'

Download

Click the following link to download the jar file.

geronimo-jmxremoting-1.0.jar
geronimo-jmxremoting-1.0.pom



Related Tutorials