License |
License |
---|---|
GroupId | GroupIdcom.quigley |
ArtifactId | ArtifactIdzabbixj |
Version | Version3 |
Type | Typejar |
Description |
DescriptionZabbix/J
Zabbix/J is a framework for integrating Zabbix metrics support into Java applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zabbixj-3.pom | |
zabbixj-3.jar | 21 KB |
zabbixj-3-sources.jar | 17 KB |
zabbixj-3-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quigley/zabbixj/ -->
<dependency>
<groupId>com.quigley</groupId>
<artifactId>zabbixj</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/com.quigley/zabbixj/
implementation 'com.quigley:zabbixj:3'
// https://jarcasting.com/artifacts/com.quigley/zabbixj/
implementation ("com.quigley:zabbixj:3")
'com.quigley:zabbixj:jar:3'
<dependency org="com.quigley" name="zabbixj" rev="3">
<artifact name="zabbixj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quigley', module='zabbixj', version='3')
)
libraryDependencies += "com.quigley" % "zabbixj" % "3"
[com.quigley/zabbixj "3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
org.json : json | jar | 20090211 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |