Download zabbixj-3.jar file - Jar z

Jar examples for z:zabbixj

Description

Zabbix/J is a framework for integrating Zabbix metrics support into Java applications.

You can download jar file zabbixj 3 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add zabbixj-3.jar to your project.

<dependency>
   <groupId>com.quigley</groupId>
   <artifactId>zabbixj</artifactId>
   <version>3</version>
</dependency>
compile group: 'com.quigley', name: 'zabbixj', version: '3'
libraryDependencies += "com.quigley" % "zabbixj" % "3"
<dependency org="com.quigley" name="zabbixj" rev="3"/>
@Grapes(@Grab(group='com.quigley', module='zabbixj', version='3'))
'com.quigley:zabbixj:jar:3'

Download

Click the following link to download the jar file.

zabbixj-3-javadoc.jar
zabbixj-3-sources.jar
zabbixj-3.jar
zabbixj-3.pom



Related Tutorials