Download jmxremote-1.0.1_04.jar file - Jar j

Jar examples for j:jmxremote

Description

Java Management Extensions (JMX) technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks. By design, this standard is suitable for adapting legacy systems, implementing new management and monitoring solutions, and plugging into those of the future.

You can download jar file jmxremote 1.0.1_04 in this page.

Build File

You can use the following script to add jmxremote-1.0.1_04.jar to your project.

<dependency>
   <groupId>javax.management</groupId>
   <artifactId>jmxremote</artifactId>
   <version>1.0.1_04</version>
</dependency>
compile group: 'javax.management', name: 'jmxremote', version: '1.0.1_04'
libraryDependencies += "javax.management" % "jmxremote" % "1.0.1_04"
<dependency org="javax.management" name="jmxremote" rev="1.0.1_04"/>
@Grapes(@Grab(group='javax.management', module='jmxremote', version='1.0.1_04'))
'javax.management:jmxremote:jar:1.0.1_04'

Download

Click the following link to download the jar file.

jmxremote-1.0.1_04.pom



Related Tutorials