Download slf4j-log4j12-1.2.jar file

Introduction

You can download slf4j-log4j12-1.2.jar in this page.

License

Apache Open Source

Type List

slf4j-log4j12-1.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.slf4j/slf4j-log4j12/pom.properties
META-INF/maven/org.slf4j/slf4j-log4j12/pom.xml
org.slf4j.LoggerFactory.class
org.slf4j.MarkerFactory.class
org.slf4j.impl.Log4jLoggerAdapter.class
org.slf4j.impl.Log4jLoggerFactory.class
org.slf4j.impl.StaticLoggerBinder.class
org.slf4j.impl.StaticMarkerBinder.class

Pom

slf4j-log4j12-1.2.pom file content.

<?xml version="1.0"?><project>
  <parent>
    <artifactId>slf4j-parent</artifactId>
    <groupId>org.slf4j</groupId>
    <version>1.2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-log4j12</artifactId>
  <name>SLF4J LOG4J-12 Binding</name>
  <version>1.2</version>
  <description>The slf4j log4j-12 binding</description>
  <url>http://www.slf4j.org</url>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Bundle-Version>1.2</Bundle-Version>
              <Implementation-Version>1.2</Implementation-Version>
            </manifestEntries>
            <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.13</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>

POM Entry

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

Download

If you think the following slf4j-log4j12-1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download slf4j-log4j12-1.2.jar file




PreviousNext

Related