License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.smarchive.dropwizard |
ArtifactId | ArtifactIddropwizard-gelf |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard GELF Bundle
Addon bundle for Dropwizard to support logging to a GELF-enabled server like Graylog2 or logstash
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-gelf-0.2.pom | |
dropwizard-gelf-0.2.jar | 11 KB |
dropwizard-gelf-0.2-sources.jar | 5 KB |
dropwizard-gelf-0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smarchive.dropwizard/dropwizard-gelf/ -->
<dependency>
<groupId>com.smarchive.dropwizard</groupId>
<artifactId>dropwizard-gelf</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.smarchive.dropwizard/dropwizard-gelf/
implementation 'com.smarchive.dropwizard:dropwizard-gelf:0.2'
// https://jarcasting.com/artifacts/com.smarchive.dropwizard/dropwizard-gelf/
implementation ("com.smarchive.dropwizard:dropwizard-gelf:0.2")
'com.smarchive.dropwizard:dropwizard-gelf:jar:0.2'
<dependency org="com.smarchive.dropwizard" name="dropwizard-gelf" rev="0.2">
<artifact name="dropwizard-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smarchive.dropwizard', module='dropwizard-gelf', version='0.2')
)
libraryDependencies += "com.smarchive.dropwizard" % "dropwizard-gelf" % "0.2"
[com.smarchive.dropwizard/dropwizard-gelf "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yammer.dropwizard : dropwizard-core | jar | 0.6.2 |
me.moocar : logback-gelf | jar | 0.9.6p2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |