Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIddropwizard-elk-appender |
Version | Version0.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-elk-appender/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-elk-appender</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-elk-appender/
implementation 'org.kiwiproject:dropwizard-elk-appender:0.17.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-elk-appender/
implementation ("org.kiwiproject:dropwizard-elk-appender:0.17.0")
'org.kiwiproject:dropwizard-elk-appender:jar:0.17.0'
<dependency org="org.kiwiproject" name="dropwizard-elk-appender" rev="0.17.0">
<artifact name="dropwizard-elk-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-elk-appender', version='0.17.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-elk-appender" % "0.17.0"
[org.kiwiproject/dropwizard-elk-appender "0.17.0"]