License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdtech.energyit |
ArtifactId | ArtifactIdfast-java-statsd-client |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFast Java Statsd Client
A tiny library allowing Java applications to communicate with statsd servers in an efficent way.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/tech.energyit/fast-java-statsd-client/ -->
<dependency>
<groupId>tech.energyit</groupId>
<artifactId>fast-java-statsd-client</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/tech.energyit/fast-java-statsd-client/
implementation 'tech.energyit:fast-java-statsd-client:1.5'
// https://jarcasting.com/artifacts/tech.energyit/fast-java-statsd-client/
implementation ("tech.energyit:fast-java-statsd-client:1.5")
'tech.energyit:fast-java-statsd-client:jar:1.5'
<dependency org="tech.energyit" name="fast-java-statsd-client" rev="1.5">
<artifact name="fast-java-statsd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.energyit', module='fast-java-statsd-client', version='1.5')
)
libraryDependencies += "tech.energyit" % "fast-java-statsd-client" % "1.5"
[tech.energyit/fast-java-statsd-client "1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.lmax : disruptor Optional | jar | 3.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.14.0 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.1.0 |
org.openjdk.jmh : jmh-core | jar | 1.23 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.23 |
com.datadoghq : java-dogstatsd-client | jar | 2.8.1 |
org.awaitility : awaitility | jar | 4.0.1 |