Download junit-browser-runner-0.6.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.6 in this page.

License

Eclipse Public License 1.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials