MVN

io.github.cgi : zabbix-api

Maven & Gradle

May 31, 2019
1 stars

Zabbix API Client for Java · 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.

<dependency>
    <groupId>io.github.cgi</groupId>
    <artifactId>zabbix-api</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cgi : zabbix-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of io.github.cgi : zabbix-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
zabbix-api-0.0.5
zabbix-api-0.0.2

How to add a dependency to Maven

Add the following io.github.cgi : zabbix-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cgi</groupId>
    <artifactId>zabbix-api</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cgi : zabbix-api gradle dependency to your build.gradle file:

implementation 'io.github.cgi:zabbix-api:0.0.5'

Gradle Kotlin DSL: Add the following io.github.cgi : zabbix-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cgi:zabbix-api:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cgi : zabbix-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cgi" % "zabbix-api" % "0.0.5"

Advertisement