Download zabbix-api-0.0.2.jar file - Jar z

Jar examples for z:zabbix-api

Description

This is simple Zabbix API Client for Java. It's fork of original client https://github.com/hengyunabc/zabbix-api but with small changes in java version, dependencies, api contract, tests.

You can download jar file zabbix-api 0.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add zabbix-api-0.0.2.jar to your project.

<dependency>
   <groupId>io.github.cgi</groupId>
   <artifactId>zabbix-api</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'io.github.cgi', name: 'zabbix-api', version: '0.0.2'
libraryDependencies += "io.github.cgi" % "zabbix-api" % "0.0.2"
<dependency org="io.github.cgi" name="zabbix-api" rev="0.0.2"/>
@Grapes(@Grab(group='io.github.cgi', module='zabbix-api', version='0.0.2'))
'io.github.cgi:zabbix-api:jar:0.0.2'

Download

Click the following link to download the jar file.

zabbix-api-0.0.2-javadoc.jar
zabbix-api-0.0.2-sources.jar
zabbix-api-0.0.2.jar
zabbix-api-0.0.2.pom



Related Tutorials