Download jmxri-1.2.1.jar file - Jar j

Jar examples for j:jmxri

Description

You can download jar file jmxri 1.2.1 in this page.

Build File

You can use the following script to add jmxri-1.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

jmxri-1.2.1.pom



Related Tutorials