Download client-jmx-1.0.0.jar file - Jar c

Jar examples for c:client-jmx

Description

Sync and async clients to access JMX properties.

You can download jar file client-jmx 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.avast.client</groupId>
   <artifactId>client-jmx</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.avast.client', name: 'client-jmx', version: '1.0.0'
libraryDependencies += "com.avast.client" % "client-jmx" % "1.0.0"
<dependency org="com.avast.client" name="client-jmx" rev="1.0.0"/>
@Grapes(@Grab(group='com.avast.client', module='client-jmx', version='1.0.0'))
'com.avast.client:client-jmx:jar:1.0.0'

Download

Click the following link to download the jar file.

client-jmx-1.0.0-javadoc.jar
client-jmx-1.0.0-sources.jar
client-jmx-1.0.0.jar
client-jmx-1.0.0.pom



Related Tutorials