MX4J.
MX4J JMX API and implementation.
Here is the list of declaration for mx4j. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>mx4j</groupId> <artifactId>mx4j</artifactId> <version>3.0.2</version> </dependency>
If you think this Maven repository POM file listing for mx4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on mx4j-3.0.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Groovy | groovy-all 1.5.4 Groovy: A powerful, dynamic language for the JVM | 6 |
Groovy | groovy 1.1-rc-2 Groovy: A powerful, dynamic language for the JVM | 30 |
Groovy | groovy 1.5.7 Groovy: A powerful, dynamic language for the JVM | 24 |
Groovy | groovy 1.5.6 Groovy: A powerful, dynamic language for the JVM | 7 |
The following packages are defined in the mx4j-3.0.2.jar
javax.management javax.management.loading javax.management.modelmbean javax.management.monitor javax.management.openmbean javax.management.relation javax.management.timer mx4j mx4j.loading mx4j.log mx4j.monitor mx4j.persist mx4j.server mx4j.server.interceptor mx4j.timer mx4j.util
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>mx4j</groupId>
<artifactId>mx4j</artifactId>
<version>3.0.2</version>
<packaging>jar</packaging>
<name>MX4J</name>
<url>http://mx4j.sourceforge.net</url>
<description>MX4J JMX API and implementation</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://mx4j.cvs.sourceforge.net/mx4j/</url>
</scm>
</project>