is not current version
Last Version 0.0.3

org.honton.chas:dogstatd-client 0.0.2

Java client for DogStatD

Categories

Categories

CLI User Interface
GroupId

GroupId

org.honton.chas
ArtifactId

ArtifactId

dogstatd-client
Version

Version

0.0.2
Type

Type

jar

Download dogstatd-client 0.0.2


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