slf4j-jcl.
See http://www.slf4j.org/ Javadocs for the JCLLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/JCLLoggerAdapter.html.
Here is the list of declaration for slf4j-jcl. 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-jcl</artifactId> <version>1.0.1</version> </dependency>
If you think this Maven repository POM file listing for slf4j-jcl is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the slf4j-jcl-1.0.1.jar
org.slf4j org.slf4j.impl org.slf4j.spi
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-jcl</artifactId> <name>slf4j-jcl</name> <version>1.0.1</version> <description>See http://www.slf4j.org/ Javadocs for the JCLLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/JCLLoggerAdapter.html</description> </project>