is not current version
Last Version 1.5

tech.energyit:fast-java-statsd-client 0.4

A tiny library allowing Java applications to communicate with statsd servers in an efficent way.

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

tech.energyit
ArtifactId

ArtifactId

fast-java-statsd-client
Version

Version

0.4
Type

Type

jar

Download fast-java-statsd-client 0.4


<!-- https://jarcasting.com/artifacts/tech.energyit/fast-java-statsd-client/ -->
<dependency>
    <groupId>tech.energyit</groupId>
    <artifactId>fast-java-statsd-client</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.energyit/fast-java-statsd-client/
implementation 'tech.energyit:fast-java-statsd-client:0.4'
// https://jarcasting.com/artifacts/tech.energyit/fast-java-statsd-client/
implementation ("tech.energyit:fast-java-statsd-client:0.4")
'tech.energyit:fast-java-statsd-client:jar:0.4'
<dependency org="tech.energyit" name="fast-java-statsd-client" rev="0.4">
  <artifact name="fast-java-statsd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.energyit', module='fast-java-statsd-client', version='0.4')
)
libraryDependencies += "tech.energyit" % "fast-java-statsd-client" % "0.4"
[tech.energyit/fast-java-statsd-client "0.4"]