Download log4j-api-2.0-rc1.jar file - Jar l

Jar examples for l:log4j-api

Description

The Apache Log4j API

You can download jar file log4j-api 2.0-rc1 in this page.

License

Apache License

Build File

You can use the following script to add log4j-api-2.0-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

log4j-api-2.0-rc1-javadoc.jar
log4j-api-2.0-rc1-sources.jar
log4j-api-2.0-rc1-tests.jar
log4j-api-2.0-rc1.jar
log4j-api-2.0-rc1.pom



Related Tutorials