License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Net CLI User Interface |
GroupId | GroupIdnet.savantly |
ArtifactId | ArtifactIdgraphite-client |
Version | Version2.0.0-RELEASE |
Type | Typejar |
Description |
Descriptiongraphite-client
Connects to a carbon/graphite instance to push metrics
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.savantly/graphite-client/ -->
<dependency>
<groupId>net.savantly</groupId>
<artifactId>graphite-client</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.savantly/graphite-client/
implementation 'net.savantly:graphite-client:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/net.savantly/graphite-client/
implementation ("net.savantly:graphite-client:2.0.0-RELEASE")
'net.savantly:graphite-client:jar:2.0.0-RELEASE'
<dependency org="net.savantly" name="graphite-client" rev="2.0.0-RELEASE">
<artifact name="graphite-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.savantly', module='graphite-client', version='2.0.0-RELEASE')
)
libraryDependencies += "net.savantly" % "graphite-client" % "2.0.0-RELEASE"
[net.savantly/graphite-client "2.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 1.1.8 |