Maven Repository - POM file for Web Framework slf4j-log4j12 1.0 1.0

Summary

slf4j-log4j12.

See http://www.slf4j.org/ Javadocs for the Log4jLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html.

Declaration

Here is the list of declaration for slf4j-log4j12. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-log4j12</artifactId>
   <version>1.0</version>
</dependency>

If you think this Maven repository POM file listing for slf4j-log4j12 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:SLF4J License
URL: http://www.slf4j.org/license.html.

Packages

The following packages are defined in the slf4j-log4j12-1.0.jar

org.slf4j
org.slf4j.impl
org.slf4j.spi

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-log4j12</artifactId>
  <name>slf4j-log4j12</name>
  <version>1.0</version>
  <description>See http://www.slf4j.org/ 

    Javadocs for the Log4jLoggerAdapter are available at 
    http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html</description>
  <url>http://www.slf4j.org/</url>
  <licenses>
    <license>
      <name>SLF4J License</name>
      <url>http://www.slf4j.org/license.html</url>
    </license>
  </licenses>
</project>