is not current version
Last Version 0.0.2

com.github.junitrunner:junitrunner-parent 0.0.1

The extension friendly JUnit Runner with support for plugins ann implementations of Plugins for some popular frameworks

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.junitrunner
ArtifactId

ArtifactId

junitrunner-parent
Version

Version

0.0.1
Type

Type

pom

Download junitrunner-parent 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.junitrunner/junitrunner-parent/ -->
<dependency>
    <groupId>com.github.junitrunner</groupId>
    <artifactId>junitrunner-parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.junitrunner/junitrunner-parent/
implementation 'com.github.junitrunner:junitrunner-parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.junitrunner/junitrunner-parent/
implementation ("com.github.junitrunner:junitrunner-parent:0.0.1")
'com.github.junitrunner:junitrunner-parent:pom:0.0.1'
<dependency org="com.github.junitrunner" name="junitrunner-parent" rev="0.0.1">
  <artifact name="junitrunner-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.junitrunner', module='junitrunner-parent', version='0.0.1')
)
libraryDependencies += "com.github.junitrunner" % "junitrunner-parent" % "0.0.1"
[com.github.junitrunner/junitrunner-parent "0.0.1"]