Download jmx-0.1.10.jar file - Jar j

Jar examples for j:jmx

Description

JMX plugin for the XJC compiler that will inject some JMX specific code into the Java Beans

You can download jar file jmx 0.1.10 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jmx-0.1.10.jar to your project.

<dependency>
   <groupId>org.echocat.jemoni</groupId>
   <artifactId>jmx</artifactId>
   <version>0.1.10</version>
</dependency>
compile group: 'org.echocat.jemoni', name: 'jmx', version: '0.1.10'
libraryDependencies += "org.echocat.jemoni" % "jmx" % "0.1.10"
<dependency org="org.echocat.jemoni" name="jmx" rev="0.1.10"/>
@Grapes(@Grab(group='org.echocat.jemoni', module='jmx', version='0.1.10'))
'org.echocat.jemoni:jmx:jar:0.1.10'

Download

Click the following link to download the jar file.

jmx-0.1.10-javadoc.jar
jmx-0.1.10-sources.jar
jmx-0.1.10.jar
jmx-0.1.10.pom



Related Tutorials