| License | 
                License | 
        
|---|---|
| GroupId | GroupIdedu.illinois.cs | 
    
| ArtifactId | ArtifactIdtestrunner-core-plugin | 
    
| Last Version | Last Version1.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionA tool for customizing the order JUnit tests run 
         | 
    
<!-- https://jarcasting.com/artifacts/edu.illinois.cs/testrunner-core-plugin/ -->
<dependency>
    <groupId>edu.illinois.cs</groupId>
    <artifactId>testrunner-core-plugin</artifactId>
    <version>1.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/edu.illinois.cs/testrunner-core-plugin/
implementation 'edu.illinois.cs:testrunner-core-plugin:1.2.1'
                // https://jarcasting.com/artifacts/edu.illinois.cs/testrunner-core-plugin/
implementation ("edu.illinois.cs:testrunner-core-plugin:1.2.1")
                'edu.illinois.cs:testrunner-core-plugin:jar:1.2.1'
                <dependency org="edu.illinois.cs" name="testrunner-core-plugin" rev="1.2.1">
  <artifact name="testrunner-core-plugin" type="jar" />
</dependency>
                @Grapes(
@Grab(group='edu.illinois.cs', module='testrunner-core-plugin', version='1.2.1')
)
                libraryDependencies += "edu.illinois.cs" % "testrunner-core-plugin" % "1.2.1"
                [edu.illinois.cs/testrunner-core-plugin "1.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| edu.illinois.cs : testrunner-running | jar | 1.2.1 | 
| junit : junit | jar | 4.12 | 
| org.scala-lang : scala-library | jar | 2.12.6 |