| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdorg.apache.logging.log4j |
| ArtifactId | ArtifactIdlog4j-jul |
| Last Version | Last Version2.17.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Log4j JUL Adapter
The Apache Log4j implementation of java.util.logging
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| log4j-jul-2.17.2.pom | |
| log4j-jul-2.17.2.jar | 25 KB |
| log4j-jul-2.17.2-test-sources.jar | 20 KB |
| log4j-jul-2.17.2-sources.jar | 23 KB |
| log4j-jul-2.17.2-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-jul/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
<version>2.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-jul/
implementation 'org.apache.logging.log4j:log4j-jul:2.17.2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-jul/
implementation ("org.apache.logging.log4j:log4j-jul:2.17.2")
'org.apache.logging.log4j:log4j-jul:jar:2.17.2'
<dependency org="org.apache.logging.log4j" name="log4j-jul" rev="2.17.2">
<artifact name="log4j-jul" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-jul', version='2.17.2')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-jul" % "2.17.2"
[org.apache.logging.log4j/log4j-jul "2.17.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core Optional | jar | 2.17.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | test-jar | 2.17.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| junit : junit | jar | 4.13.2 |
| com.lmax : disruptor | jar | 3.4.4 |