Categories |
CategoriesDropWizard Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdio.github.tfahub |
ArtifactId | ArtifactIddropwizard-logging-helper |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-logging-helper/ -->
<dependency>
<groupId>io.github.tfahub</groupId>
<artifactId>dropwizard-logging-helper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-logging-helper/
implementation 'io.github.tfahub:dropwizard-logging-helper:1.0.0'
// https://jarcasting.com/artifacts/io.github.tfahub/dropwizard-logging-helper/
implementation ("io.github.tfahub:dropwizard-logging-helper:1.0.0")
'io.github.tfahub:dropwizard-logging-helper:jar:1.0.0'
<dependency org="io.github.tfahub" name="dropwizard-logging-helper" rev="1.0.0">
<artifact name="dropwizard-logging-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='dropwizard-logging-helper', version='1.0.0')
)
libraryDependencies += "io.github.tfahub" % "dropwizard-logging-helper" % "1.0.0"
[io.github.tfahub/dropwizard-logging-helper "1.0.0"]