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

Jar examples for s:sbt-junit

Description

sbt-junit

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

License

BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials