Download log4j-jul-2.6.1.jar file - Jar l

Jar examples for l:log4j-jul

Description

The Apache Log4j implementation of java.util.logging

You can download jar file log4j-jul 2.6.1 in this page.

License

Apache License

Build File

You can use the following script to add log4j-jul-2.6.1.jar to your project.

<dependency>
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-jul</artifactId>
   <version>2.6.1</version>
</dependency>
compile group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '2.6.1'
libraryDependencies += "org.apache.logging.log4j" % "log4j-jul" % "2.6.1"
<dependency org="org.apache.logging.log4j" name="log4j-jul" rev="2.6.1"/>
@Grapes(@Grab(group='org.apache.logging.log4j', module='log4j-jul', version='2.6.1'))
'org.apache.logging.log4j:log4j-jul:jar:2.6.1'

Download

Click the following link to download the jar file.

log4j-jul-2.6.1-javadoc.jar
log4j-jul-2.6.1-sources.jar
log4j-jul-2.6.1.jar
log4j-jul-2.6.1.pom



Related Tutorials