Files download
File Operation
junit-runif-0.2.0.jar download
junit-runif-0.2.0.pom download
junit-runif-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-runif</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-runif:0.2.0'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-runif:0.2.0")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-runif" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-runif', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-runif" rev="0.2.0" />
Leiningen
[com.github.mjeanroy/junit-runif "0.2.0"]
Apache Buildr
'com.github.mjeanroy:junit-runif:jar:0.2.0'