is not current version
Last Version 1.2.1

edu.illinois.cs:testrunner 1.0

A library and plugin that can be extended to create tools that operate on Java (JUnit) tests with fine-grained control.

GroupId

GroupId

edu.illinois.cs
ArtifactId

ArtifactId

testrunner
Version

Version

1.0
Type

Type

pom

Download testrunner 1.0

Filename Size
testrunner-1.0.pom 6 KB
Browse

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