Download jmx-0.1.11-SNAPSHOT.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.11-SNAPSHOT in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jmx-0.1.11-javadoc.jar
jmx-0.1.11-sources.jar
jmx-0.1.11.jar
jmx-0.1.11.pom



Related Tutorials