MVN

com.heanbian : zabbix-client

Maven & Gradle

Dec 14, 2020
3 stars

zabbix-client · heanbian zabbix client component.

<dependency>
    <groupId>com.heanbian</groupId>
    <artifactId>zabbix-client</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.heanbian : zabbix-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.heanbian : zabbix-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
zabbix-client-1.0.8
zabbix-client-1.0.6
zabbix-client-1.0.4
zabbix-client-1.0.3
zabbix-client-1.0.1
zabbix-client-1.0.0

How to add a dependency to Maven

Add the following com.heanbian : zabbix-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.heanbian</groupId>
    <artifactId>zabbix-client</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.heanbian : zabbix-client gradle dependency to your build.gradle file:

implementation 'com.heanbian:zabbix-client:1.0.8'

Gradle Kotlin DSL: Add the following com.heanbian : zabbix-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.heanbian:zabbix-client:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.heanbian : zabbix-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.heanbian" % "zabbix-client" % "1.0.8"

Advertisement