grizzled-slf4j.
A Scala-friendly wrapper for the SLF4J logging framework.
Here is the list of declaration for grizzled-slf4j_2.10. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.clapper</groupId> <artifactId>grizzled-slf4j_2.10</artifactId> <version>1.0.1</version> </dependency>
If you think this Maven repository POM file listing for grizzled-slf4j_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD
URL: http://software.clapper.org/grizzled-slf4j/license.html.
The grizzled-slf4j_2.10-1.0.1 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.10.0-RC1 Standard library for the Scala Programming Language | 30 |
Scala | scalatest_2.10.0-RC1 2.0.M4-2.10.0-RC1-B1 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 8 |
Scala | scala-actors 2.10.0-RC1 Deprecated Actors Library for Scala | 8 |
Log | slf4j-api 1.7.1 The slf4j API | 43 |
The following table lists the most popular artifacts which are depending on grizzled-slf4j_2.10-1.0.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | scalatra_2.10 2.2.1 The core Scalatra framework | 20 |
Web Framework | scalatra_2.10 2.2.2 The core Scalatra framework | 6 |
The following packages are defined in the grizzled-slf4j_2.10-1.0.1.jar
grizzled.slf4j
Here is the content of the POM file.
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.clapper</groupId> <artifactId>grizzled-slf4j_2.10</artifactId> <packaging>jar</packaging> <description>A Scala-friendly wrapper for the SLF4J logging framework</description> <url>http://software.clapper.org/grizzled-slf4j/</url> <version>1.0.1</version> <licenses> <license> <name>BSD</name> <url>http://software.clapper.org/grizzled-slf4j/license.html</url> <distribution>repo</distribution> </license> </licenses> <name>grizzled-slf4j</name> <organization> <name>org.clapper</name> <url>http://software.clapper.org/grizzled-slf4j/</url> </organization> <scm> <url>git@github.com:bmc/grizzled-slf4j.git/</url> <connection>scm:git:git@github.com:bmc/grizzled-slf4j.git</connection> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.0-RC1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.10.0-RC1</artifactId> <version>2.0.M4-2.10.0-RC1-B1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-actors</artifactId> <version>2.10.0-RC1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.1</version> <scope>compile</scope> </dependency> </dependencies> </project>