Download junit-runners-1.3.jar file - Jar j

Jar examples for j:junit-runners

Description

JUnit4 Test Runners

You can download jar file junit-runners 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add junit-runners-1.3.jar to your project.

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

Download

Click the following link to download the jar file.

junit-runners-1.3-javadoc.jar
junit-runners-1.3-sources.jar
junit-runners-1.3.jar
junit-runners-1.3.pom



Related Tutorials