License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdfork-join-junit-extensions |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionFork/Join JUnit Extensions
JUnit Extensions that use fork/join for parallel test execution.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.marschall/fork-join-junit-extensions/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>fork-join-junit-extensions</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/fork-join-junit-extensions/
implementation 'com.github.marschall:fork-join-junit-extensions:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/fork-join-junit-extensions/
implementation ("com.github.marschall:fork-join-junit-extensions:0.1.0")
'com.github.marschall:fork-join-junit-extensions:jar:0.1.0'
<dependency org="com.github.marschall" name="fork-join-junit-extensions" rev="0.1.0">
<artifact name="fork-join-junit-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='fork-join-junit-extensions', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "fork-join-junit-extensions" % "0.1.0"
[com.github.marschall/fork-join-junit-extensions "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |