Download sbt-slf4j_2.10-0.1.jar file - Jar s

Jar examples for s:sbt-slf4j-2.10

Description

An SLF4j backend that utilizes the SBT TaskStreams log.

You can download jar file sbt-slf4j_2.10 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sbt-slf4j_2.10-0.1.jar to your project.

<dependency>
   <groupId>com.github.eirslett</groupId>
   <artifactId>sbt-slf4j_2.10</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.github.eirslett', name: 'sbt-slf4j_2.10', version: '0.1'
libraryDependencies += "com.github.eirslett" % "sbt-slf4j_2.10" % "0.1"
<dependency org="com.github.eirslett" name="sbt-slf4j_2.10" rev="0.1"/>
@Grapes(@Grab(group='com.github.eirslett', module='sbt-slf4j_2.10', version='0.1'))
'com.github.eirslett:sbt-slf4j_2.10:jar:0.1'

Download

Click the following link to download the jar file.

sbt-slf4j_2.10-0.1-javadoc.jar
sbt-slf4j_2.10-0.1-sources.jar
sbt-slf4j_2.10-0.1.jar
sbt-slf4j_2.10-0.1.pom



Related Tutorials