License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs Logback |
GroupId | GroupIdcom.bisnode.logging |
ArtifactId | ArtifactIdlogback-extras |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogback Extras
Extras and helpers for Logback logging
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logback-extras-1.0.0.pom | |
logback-extras-1.0.0.jar | 5 KB |
logback-extras-1.0.0-sources.jar | 4 KB |
logback-extras-1.0.0-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bisnode.logging/logback-extras/ -->
<dependency>
<groupId>com.bisnode.logging</groupId>
<artifactId>logback-extras</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bisnode.logging/logback-extras/
implementation 'com.bisnode.logging:logback-extras:1.0.0'
// https://jarcasting.com/artifacts/com.bisnode.logging/logback-extras/
implementation ("com.bisnode.logging:logback-extras:1.0.0")
'com.bisnode.logging:logback-extras:jar:1.0.0'
<dependency org="com.bisnode.logging" name="logback-extras" rev="1.0.0">
<artifact name="logback-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bisnode.logging', module='logback-extras', version='1.0.0')
)
libraryDependencies += "com.bisnode.logging" % "logback-extras" % "1.0.0"
[com.bisnode.logging/logback-extras "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |