License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdch.qos.logback |
ArtifactId | ArtifactIdlog4j-bridge |
Last Version | Last Version0.9.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLog4j Bridge Module
Logback: the generic, reliable, fast and flexible logging library for Java.
|
Project Organization |
Project OrganizationQOS.ch |
Filename | Size |
---|---|
log4j-bridge-0.9.7.pom | |
log4j-bridge-0.9.7.jar | 9 KB |
log4j-bridge-0.9.7-tests.jar | 4 KB |
log4j-bridge-0.9.7-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.qos.logback/log4j-bridge/ -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>log4j-bridge</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.logback/log4j-bridge/
implementation 'ch.qos.logback:log4j-bridge:0.9.7'
// https://jarcasting.com/artifacts/ch.qos.logback/log4j-bridge/
implementation ("ch.qos.logback:log4j-bridge:0.9.7")
'ch.qos.logback:log4j-bridge:jar:0.9.7'
<dependency org="ch.qos.logback" name="log4j-bridge" rev="0.9.7">
<artifact name="log4j-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.qos.logback', module='log4j-bridge', version='0.9.7')
)
libraryDependencies += "ch.qos.logback" % "log4j-bridge" % "0.9.7"
[ch.qos.logback/log4j-bridge "0.9.7"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 0.9.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |