is not current version
Last Version 1.0.30

org.pantsbuild:junit-runner 1.0.9

A command line tool for running junit tests that provides functionality above and beyond that provided by org.junit.runner.JUnitCore.

Categories

Categories

Ant Build Tools JUnit Unit Testing
GroupId

GroupId

org.pantsbuild
ArtifactId

ArtifactId

junit-runner
Version

Version

1.0.9
Type

Type

jar

Download junit-runner 1.0.9


<!-- https://jarcasting.com/artifacts/org.pantsbuild/junit-runner/ -->
<dependency>
    <groupId>org.pantsbuild</groupId>
    <artifactId>junit-runner</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.pantsbuild/junit-runner/
implementation 'org.pantsbuild:junit-runner:1.0.9'
// https://jarcasting.com/artifacts/org.pantsbuild/junit-runner/
implementation ("org.pantsbuild:junit-runner:1.0.9")
'org.pantsbuild:junit-runner:jar:1.0.9'
<dependency org="org.pantsbuild" name="junit-runner" rev="1.0.9">
  <artifact name="junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pantsbuild', module='junit-runner', version='1.0.9')
)
libraryDependencies += "org.pantsbuild" % "junit-runner" % "1.0.9"
[org.pantsbuild/junit-runner "1.0.9"]