You can download slf4j-jdk14-1.7.20.jar in this page.
Apache Open Source
slf4j-jdk14-1.7.20.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml org.slf4j.impl.JDK14LoggerAdapter.class org.slf4j.impl.JDK14LoggerFactory.class org.slf4j.impl.StaticLoggerBinder.class org.slf4j.impl.StaticMDCBinder.class org.slf4j.impl.StaticMarkerBinder.class
slf4j-jdk14-1.7.20.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.slf4j</groupId> <artifactId>slf4j-parent</artifactId> <version>1.7.20</version> </parent> <artifactId>slf4j-jdk14</artifactId> <packaging>jar</packaging> <name>SLF4J JDK14 Binding</name> <description>SLF4J JDK14 Binding</description> <url>http://www.slf4j.org</url> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <type>test-jar</type> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.20</version> </dependency>
If you think the following slf4j-jdk14-1.7.20.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download slf4j-jdk14-1.7.20.jar file