License |
License
Simplified BSD License
|
---|---|
GroupId | GroupIdcom.randomnoun.common |
ArtifactId | ArtifactIdlog4j-one-bridge |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrandomnoun ancient log4j1 classes
Adding this dependency to your project will also add a log4j2.xml file to the classpath
which will cause any log4j2 loggers to get redirected back into good ol' log4j1.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4j-one-bridge-0.0.1.pom | |
log4j-one-bridge-0.0.1.jar | 8 KB |
log4j-one-bridge-0.0.1-sources.jar | 7 KB |
log4j-one-bridge-0.0.1-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.randomnoun.common/log4j-one-bridge/ -->
<dependency>
<groupId>com.randomnoun.common</groupId>
<artifactId>log4j-one-bridge</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.randomnoun.common/log4j-one-bridge/
implementation 'com.randomnoun.common:log4j-one-bridge:0.0.1'
// https://jarcasting.com/artifacts/com.randomnoun.common/log4j-one-bridge/
implementation ("com.randomnoun.common:log4j-one-bridge:0.0.1")
'com.randomnoun.common:log4j-one-bridge:jar:0.0.1'
<dependency org="com.randomnoun.common" name="log4j-one-bridge" rev="0.0.1">
<artifact name="log4j-one-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.randomnoun.common', module='log4j-one-bridge', version='0.0.1')
)
libraryDependencies += "com.randomnoun.common" % "log4j-one-bridge" % "0.0.1"
[com.randomnoun.common/log4j-one-bridge "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |