Maven Repository - POM file for Log grizzled-slf4j_2.9.2 0.6.10 0.6.10

Summary

grizzled-slf4j.

A Scala-friendly wrapper for the SLF4J logging framework.

Declaration

Here is the list of declaration for grizzled-slf4j_2.9.2. 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.9.2</artifactId>
   <version>0.6.10</version>
</dependency>

If you think this Maven repository POM file listing for grizzled-slf4j_2.9.2 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:BSD
URL: http://software.clapper.org/grizzled-slf4j/license.html.

Depends on

The grizzled-slf4j_2.9.2-0.6.10 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.9.2
Standard library for the Scala Programming Language
518
Scalascalatest_2.9.1 1.7.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
25
Logslf4j-api 1.7.1
The slf4j API
43




Packages

The following packages are defined in the grizzled-slf4j_2.9.2-0.6.10.jar

grizzled.slf4j

POM File Source

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.9.2</artifactId>
    <packaging>jar</packaging>
    <description>A Scala-friendly wrapper for the SLF4J logging framework</description>
    <url>http://software.clapper.org/grizzled-slf4j/</url>
    <version>0.6.10</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.9.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.9.1</artifactId>
            <version>1.7.1</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>