You can download slf4j-jcl-1.4.2.jar in this page.
Apache Open Source
slf4j-jcl-1.4.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.slf4j/slf4j-jcl/pom.properties META-INF/maven/org.slf4j/slf4j-jcl/pom.xml org.slf4j.impl.JCLLoggerAdapter.class org.slf4j.impl.JCLLoggerFactory.class org.slf4j.impl.StaticLoggerBinder.class org.slf4j.impl.StaticMDCBinder.class org.slf4j.impl.StaticMarkerBinder.class
slf4j-jcl-1.4.2.pom file content.
<?xml version="1.0"?><project> <parent> <artifactId>slf4j-parent</artifactId> <groupId>org.slf4j</groupId> <version>1.4.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> <name>SLF4J JCL Binding</name> <version>1.4.2</version> <description>The slf4j jcl binding</description> <url>http://www.slf4j.org</url> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Bundle-Version>${pv4osgi}</Bundle-Version> <Bundle-Description>${project.description}</Bundle-Description> <Implementation-Version>1.4.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> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> <version>1.4.2</version> </dependency>
If you think the following slf4j-jcl-1.4.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download slf4j-jcl-1.4.2.jar file