License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.pustefixframework.logging |
ArtifactId | ArtifactIdpustefix-log4j |
Last Version | Last Version0.23.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPustefix Log4j 2
Pustefix logging extensions for Log4j 2
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pustefix-log4j-0.23.0.pom | |
pustefix-log4j-0.23.0.jar | 10 KB |
pustefix-log4j-0.23.0-sources.jar | 7 KB |
pustefix-log4j-0.23.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework.logging/pustefix-log4j/ -->
<dependency>
<groupId>org.pustefixframework.logging</groupId>
<artifactId>pustefix-log4j</artifactId>
<version>0.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework.logging/pustefix-log4j/
implementation 'org.pustefixframework.logging:pustefix-log4j:0.23.0'
// https://jarcasting.com/artifacts/org.pustefixframework.logging/pustefix-log4j/
implementation ("org.pustefixframework.logging:pustefix-log4j:0.23.0")
'org.pustefixframework.logging:pustefix-log4j:jar:0.23.0'
<dependency org="org.pustefixframework.logging" name="pustefix-log4j" rev="0.23.0">
<artifact name="pustefix-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework.logging', module='pustefix-log4j', version='0.23.0')
)
libraryDependencies += "org.pustefixframework.logging" % "pustefix-log4j" % "0.23.0"
[org.pustefixframework.logging/pustefix-log4j "0.23.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pustefixframework : pustefix-core | jar | 0.23.0 |
org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
org.apache.logging.log4j : log4j-web | jar | 2.8.2 |
org.apache.logging.log4j : log4j-jcl | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |