License |
License |
---|---|
GroupId | GroupIdcom.github.taucher2003.appenders |
ArtifactId | ArtifactIdlog4j |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLog4J Appenders
Log4J implementation of the Appenders Project. Delegates it's work to the core module.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log4j-1.1.1.pom | |
log4j-1.1.1.jar | 14 KB |
log4j-1.1.1-sources.jar | 12 KB |
log4j-1.1.1-javadoc.jar | 448 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taucher2003.appenders/log4j/ -->
<dependency>
<groupId>com.github.taucher2003.appenders</groupId>
<artifactId>log4j</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taucher2003.appenders/log4j/
implementation 'com.github.taucher2003.appenders:log4j:1.1.1'
// https://jarcasting.com/artifacts/com.github.taucher2003.appenders/log4j/
implementation ("com.github.taucher2003.appenders:log4j:1.1.1")
'com.github.taucher2003.appenders:log4j:jar:1.1.1'
<dependency org="com.github.taucher2003.appenders" name="log4j" rev="1.1.1">
<artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taucher2003.appenders', module='log4j', version='1.1.1')
)
libraryDependencies += "com.github.taucher2003.appenders" % "log4j" % "1.1.1"
[com.github.taucher2003.appenders/log4j "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.taucher2003.appenders : core | jar | 1.1.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
club.minnced : discord-webhooks | jar | 0.7.5 |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |