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