is not current version
Last Version 1.5

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

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.5
Type

Type

jar

Download fast-java-statsd-client 0.5


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