License |
License |
---|---|
GroupId | GroupIdde.hs-heilbronn.mi |
ArtifactId | ArtifactIdlog4j2-utils |
Version | Version0.8.0 |
Type | Typejar |
Description |
Descriptionlog4j2-utils
Utility library for setting up slf4j version 1.8.0-beta4 with log4j2 version 2.14.0. Adding the missing ServiceProvider to work with Java 11
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log4j2-utils-0.8.0.pom | |
log4j2-utils-0.8.0.jar | 3 KB |
log4j2-utils-0.8.0-sources.jar | 3 KB |
log4j2-utils-0.8.0-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hs-heilbronn.mi/log4j2-utils/ -->
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>log4j2-utils</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hs-heilbronn.mi/log4j2-utils/
implementation 'de.hs-heilbronn.mi:log4j2-utils:0.8.0'
// https://jarcasting.com/artifacts/de.hs-heilbronn.mi/log4j2-utils/
implementation ("de.hs-heilbronn.mi:log4j2-utils:0.8.0")
'de.hs-heilbronn.mi:log4j2-utils:jar:0.8.0'
<dependency org="de.hs-heilbronn.mi" name="log4j2-utils" rev="0.8.0">
<artifact name="log4j2-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hs-heilbronn.mi', module='log4j2-utils', version='0.8.0')
)
libraryDependencies += "de.hs-heilbronn.mi" % "log4j2-utils" % "0.8.0"
[de.hs-heilbronn.mi/log4j2-utils "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |