Download junit-repeat-rule-1.1.0.jar file - Jar j

Jar examples for j:junit-repeat-rule

Description

A simple JUnit repetition rule with built-in concurrency support.

You can download jar file junit-repeat-rule 1.1.0 in this page.

License

MIT License

Build File

You can use the following script to add junit-repeat-rule-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.cbismuth</groupId>
   <artifactId>junit-repeat-rule</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.cbismuth', name: 'junit-repeat-rule', version: '1.1.0'
libraryDependencies += "com.github.cbismuth" % "junit-repeat-rule" % "1.1.0"
<dependency org="com.github.cbismuth" name="junit-repeat-rule" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.cbismuth', module='junit-repeat-rule', version='1.1.0'))
'com.github.cbismuth:junit-repeat-rule:jar:1.1.0'

Download

Click the following link to download the jar file.

junit-repeat-rule-1.1.0-javadoc.jar
junit-repeat-rule-1.1.0-sources.jar
junit-repeat-rule-1.1.0.jar
junit-repeat-rule-1.1.0.pom



Related Tutorials