License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Logging Application Layer Libs |
GroupId | GroupIdcom.jamierf.dropwizard |
ArtifactId | ArtifactIddropwizard-logging-gelf |
Version | Version0.4 |
Type | Typejar |
Description |
DescriptionDropwizard logging support for GELF
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.jamierf.dropwizard/dropwizard-logging-gelf/ -->
<dependency>
<groupId>com.jamierf.dropwizard</groupId>
<artifactId>dropwizard-logging-gelf</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf.dropwizard/dropwizard-logging-gelf/
implementation 'com.jamierf.dropwizard:dropwizard-logging-gelf:0.4'
// https://jarcasting.com/artifacts/com.jamierf.dropwizard/dropwizard-logging-gelf/
implementation ("com.jamierf.dropwizard:dropwizard-logging-gelf:0.4")
'com.jamierf.dropwizard:dropwizard-logging-gelf:jar:0.4'
<dependency org="com.jamierf.dropwizard" name="dropwizard-logging-gelf" rev="0.4">
<artifact name="dropwizard-logging-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamierf.dropwizard', module='dropwizard-logging-gelf', version='0.4')
)
libraryDependencies += "com.jamierf.dropwizard" % "dropwizard-logging-gelf" % "0.4"
[com.jamierf.dropwizard/dropwizard-logging-gelf "0.4"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-logging | jar | 0.7.0 |
org.realityforge.gelf4j : gelf4j | jar | 1.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.easytesting : fest-assert-core | jar | 2.0M10 |