Download junit-browser-runner-0.7.jar file - Jar j

Jar examples for j:junit-browser-runner

Description

JUnit extension that provides a runner to be used with @RunWith annotation that executes DukeScript tests in a browser.

You can download jar file junit-browser-runner 0.7 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add junit-browser-runner-0.7.jar to your project.

<dependency>
   <groupId>com.dukescript.api</groupId>
   <artifactId>junit-browser-runner</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'com.dukescript.api', name: 'junit-browser-runner', version: '0.7'
libraryDependencies += "com.dukescript.api" % "junit-browser-runner" % "0.7"
<dependency org="com.dukescript.api" name="junit-browser-runner" rev="0.7"/>
@Grapes(@Grab(group='com.dukescript.api', module='junit-browser-runner', version='0.7'))
'com.dukescript.api:junit-browser-runner:jar:0.7'

Download

Click the following link to download the jar file.

junit-browser-runner-0.7-bck2brwsr.jar
junit-browser-runner-0.7.jar
junit-browser-runner-0.7.pom



Related Tutorials