is not current version
Last Version 1.0.4

com.github.arnabk:java-dogstatsd-client 1.0.1

A tiny library allowing Java applications to communicate with DataDog statsd instances easily.

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.github.arnabk
ArtifactId

ArtifactId

java-dogstatsd-client
Version

Version

1.0.1
Type

Type

jar

Download java-dogstatsd-client 1.0.1


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