Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.nov11 |
ArtifactId | ArtifactIdstatsd-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
statsd-client-1.0.0.pom | |
statsd-client-1.0.0.jar | 12 KB |
statsd-client-1.0.0-sources.jar | 6 KB |
statsd-client-1.0.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nov11/statsd-client/ -->
<dependency>
<groupId>io.github.nov11</groupId>
<artifactId>statsd-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nov11/statsd-client/
implementation 'io.github.nov11:statsd-client:1.0.0'
// https://jarcasting.com/artifacts/io.github.nov11/statsd-client/
implementation ("io.github.nov11:statsd-client:1.0.0")
'io.github.nov11:statsd-client:jar:1.0.0'
<dependency org="io.github.nov11" name="statsd-client" rev="1.0.0">
<artifact name="statsd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nov11', module='statsd-client', version='1.0.0')
)
libraryDependencies += "io.github.nov11" % "statsd-client" % "1.0.0"
[io.github.nov11/statsd-client "1.0.0"]