Last Version

TestSuite run in parallel 1.1


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

parallel-junit
Version

Version

1.1
Type

Type

jar
Description

Description

TestSuite run in parallel

Download parallel-junit 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.