Download junit-interface-0.10-M3.jar file - Jar j

Jar examples for j:junit-interface

Description

An implementation of sbt's test interface for JUnit 4

You can download jar file junit-interface 0.10-M3 in this page.

License

Two-clause BSD-style license

Build File

You can use the following script to add junit-interface-0.10-M3.jar to your project.

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

Download

Click the following link to download the jar file.

junit-interface-0.10-M3-javadoc.jar
junit-interface-0.10-M3-sources.jar
junit-interface-0.10-M3.jar
junit-interface-0.10-M3.pom



Related Tutorials