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