concurrent-junit

A http://junit.org test runner to run concurrent unit tests.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.vmlens
ArtifactId

ArtifactId

concurrent-junit
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

concurrent-junit
A http://junit.org test runner to run concurrent unit tests.
Project URL

Project URL

https://github.com/ThomasKrieger/concurrent-junit

Download concurrent-junit

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.commons : commons-lang3 jar 3.4
org.reflections : reflections jar 0.9.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0