Download scala-logging-slf4j_2.10-2.1.2.jar file

Introduction

You can download scala-logging-slf4j_2.10-2.1.2.jar in this page.

License

Apache 2.0 License

Type List

scala-logging-slf4j_2.10-2.1.2.jar file has the following types.

LICENSE-2.0.txt
META-INF/MANIFEST.MF
com.typesafe.scalalogging.slf4j.LazyLogging.class
com.typesafe.scalalogging.slf4j.Logger.class
com.typesafe.scalalogging.slf4j.LoggerMacro.class
com.typesafe.scalalogging.slf4j.LoggerSupport.class
com.typesafe.scalalogging.slf4j.StrictLogging.class

Pom

scala-logging-slf4j_2.10-2.1.2.pom file content.

<?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>com.typesafe.scala-logging</groupId>
    <artifactId>scala-logging-slf4j_2.10</artifactId>
    <packaging>jar</packaging>
    <description>scala-logging-slf4j</description>
    <url>https://github.com/typesafehub/scala-logging</url>
    <version>2.1.2</version>
    <licenses>
        <license>
            <name>Apache 2.0 License</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scala-logging-slf4j</name>
    <organization>
        <name>com.typesafe.scala-logging</name>
        <url>https://github.com/typesafehub/scala-logging</url>
    </organization>
    <scm>
        <url>https://github.com/typesafehub/scala-logging</url>
        <connection>scm:git:git://github.com/typesafehub/scala-logging.git</connection>
    </scm>
    <developers>
        <developer>
            <id>hseeberger</id>
            <name>Heiko Seeberger</name>
            <url>http://heikoseeberger.name</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging-api_2.10</artifactId>
            <version>2.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.7</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.1.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.9.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.1.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.typesafe.scala-logging</groupId>
   <artifactId>scala-logging-slf4j_2.10</artifactId>
   <version>2.1.2</version>
</dependency>

Download

If you think the following scala-logging-slf4j_2.10-2.1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download scala-logging-slf4j_2.10-2.1.2.jar file




PreviousNext

Related