License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.ubercraft.statsd |
ArtifactId | ArtifactIdstatsd-over-slf4j |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStatsd over SLF4J
A Java statsd client, combined with an SLF4J compatible logging facility.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
statsd-over-slf4j-1.0.0.pom | |
statsd-over-slf4j-1.0.0.jar | 17 KB |
statsd-over-slf4j-1.0.0-sources.jar | 10 KB |
statsd-over-slf4j-1.0.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ubercraft.statsd/statsd-over-slf4j/ -->
<dependency>
<groupId>org.ubercraft.statsd</groupId>
<artifactId>statsd-over-slf4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ubercraft.statsd/statsd-over-slf4j/
implementation 'org.ubercraft.statsd:statsd-over-slf4j:1.0.0'
// https://jarcasting.com/artifacts/org.ubercraft.statsd/statsd-over-slf4j/
implementation ("org.ubercraft.statsd:statsd-over-slf4j:1.0.0")
'org.ubercraft.statsd:statsd-over-slf4j:jar:1.0.0'
<dependency org="org.ubercraft.statsd" name="statsd-over-slf4j" rev="1.0.0">
<artifact name="statsd-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ubercraft.statsd', module='statsd-over-slf4j', version='1.0.0')
)
libraryDependencies += "org.ubercraft.statsd" % "statsd-over-slf4j" % "1.0.0"
[org.ubercraft.statsd/statsd-over-slf4j "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | [1.4.0,) |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | [0.9,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |