Download sbt-junit-0.3.1.jar file - Jar s

Jar examples for s:sbt-junit

Description

sbt-junit

You can download jar file sbt-junit 0.3.1 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add sbt-junit-0.3.1.jar to your project.

<dependency>
   <groupId>com.dadrox</groupId>
   <artifactId>sbt-junit</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'com.dadrox', name: 'sbt-junit', version: '0.3.1'
libraryDependencies += "com.dadrox" % "sbt-junit" % "0.3.1"
<dependency org="com.dadrox" name="sbt-junit" rev="0.3.1"/>
@Grapes(@Grab(group='com.dadrox', module='sbt-junit', version='0.3.1'))
'com.dadrox:sbt-junit:jar:0.3.1'

Download

Click the following link to download the jar file.

sbt-junit-0.3.1-javadoc.jar
sbt-junit-0.3.1-sources.jar
sbt-junit-0.3.1.jar
sbt-junit-0.3.1.pom



Related Tutorials