License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Logback Application Layer Libs Logging |
GroupId | GroupIdio.dropwizard.logback |
ArtifactId | ArtifactIdlogback-throttling-appender |
Last Version | Last Version1.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThrottling Appender
Throttling appender wrapper for Logback
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.dropwizard.logback/logback-throttling-appender/ -->
<dependency>
<groupId>io.dropwizard.logback</groupId>
<artifactId>logback-throttling-appender</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.logback/logback-throttling-appender/
implementation 'io.dropwizard.logback:logback-throttling-appender:1.1.9'
// https://jarcasting.com/artifacts/io.dropwizard.logback/logback-throttling-appender/
implementation ("io.dropwizard.logback:logback-throttling-appender:1.1.9")
'io.dropwizard.logback:logback-throttling-appender:jar:1.1.9'
<dependency org="io.dropwizard.logback" name="logback-throttling-appender" rev="1.1.9">
<artifact name="logback-throttling-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.logback', module='logback-throttling-appender', version='1.1.9')
)
libraryDependencies += "io.dropwizard.logback" % "logback-throttling-appender" % "1.1.9"
[io.dropwizard.logback/logback-throttling-appender "1.1.9"]