is not current version
Last Version 2.0.0-RELEASE

net.savantly:graphite-client 1.1.0-RELEASE

Connects to a carbon/graphite instance to push metrics

Categories

Categories

Ant Build Tools Net CLI User Interface
GroupId

GroupId

net.savantly
ArtifactId

ArtifactId

graphite-client
Version

Version

1.1.0-RELEASE
Type

Type

jar

Download graphite-client 1.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/net.savantly/graphite-client/ -->
<dependency>
    <groupId>net.savantly</groupId>
    <artifactId>graphite-client</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.savantly/graphite-client/
implementation 'net.savantly:graphite-client:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/net.savantly/graphite-client/
implementation ("net.savantly:graphite-client:1.1.0-RELEASE")
'net.savantly:graphite-client:jar:1.1.0-RELEASE'
<dependency org="net.savantly" name="graphite-client" rev="1.1.0-RELEASE">
  <artifact name="graphite-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.savantly', module='graphite-client', version='1.1.0-RELEASE')
)
libraryDependencies += "net.savantly" % "graphite-client" % "1.1.0-RELEASE"
[net.savantly/graphite-client "1.1.0-RELEASE"]