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

Jar examples for s:sbt-junit

Description

sbt-junit

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

License

BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials