You can download slf4j-0.8.3.jar in this page.
Open Source License
slf4j-0.8.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.google.sitebricks/slf4j/pom.properties META-INF/maven/com.google.sitebricks/slf4j/pom.xml com.google.inject.slf4j.Slf4jInjectionTypeListener.class com.google.inject.slf4j.Slf4jModule.class
slf4j-0.8.3.pom file content.
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>5</version> </parent> <groupId>com.google.sitebricks</groupId> <artifactId>slf4j</artifactId> <packaging>jar</packaging> <version>0.8.3</version> <name>guice-slf4j</name> <url>http://code.google.com/p/google-sitebricks/</url> <description>Slf4j logging module for Guice applications (does not require sitebricks)</description> <scm> <connection>scm:svn:http://google-sitebricks.googlecode.com/svn/tags/sitebricks-parent-0.8.3/sitebricks</connection> <developerConnection>scm:svn:https://google-sitebricks.googlecode.com/svn/tags/sitebricks-parent-0.8.3/sitebricks</developerConnection> <url>http://code.google.com/p/google-sitebricks/source/browse/tags/sitebricks-parent-0.8.3/browse</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>0.9.26</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>0.9.26</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </build> <!-- This should be removed when the googlecode repositories are migrated to the standard Nexus OSS repository infrastructure --> <distributionManagement> <snapshotRepository> <id>google-snapshots</id> <name>Sonatype OSS Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/google-snapshots</url> </snapshotRepository> <repository> <id>google-with-staging</id> <name>Nexus OSS Staging Repository</name> <url> https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>
<dependency> <groupId>com.google.sitebricks</groupId> <artifactId>slf4j</artifactId> <version>0.8.3</version> </dependency>
If you think the following slf4j-0.8.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.