| Categories |
CategoriesDropWizard Container Microservices Logstash Application Layer Libs Logging |
|---|---|
| GroupId | GroupIdcom.wikia |
| ArtifactId | ArtifactIddropwizard-logstash-encoder |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-logstash-encoder-1.0.0.pom | |
| dropwizard-logstash-encoder-1.0.0.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wikia/dropwizard-logstash-encoder/ -->
<dependency>
<groupId>com.wikia</groupId>
<artifactId>dropwizard-logstash-encoder</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wikia/dropwizard-logstash-encoder/
implementation 'com.wikia:dropwizard-logstash-encoder:1.0.0'
// https://jarcasting.com/artifacts/com.wikia/dropwizard-logstash-encoder/
implementation ("com.wikia:dropwizard-logstash-encoder:1.0.0")
'com.wikia:dropwizard-logstash-encoder:jar:1.0.0'
<dependency org="com.wikia" name="dropwizard-logstash-encoder" rev="1.0.0">
<artifact name="dropwizard-logstash-encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wikia', module='dropwizard-logstash-encoder', version='1.0.0')
)
libraryDependencies += "com.wikia" % "dropwizard-logstash-encoder" % "1.0.0"
[com.wikia/dropwizard-logstash-encoder "1.0.0"]