| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.vmlens |
| ArtifactId | ArtifactIdconcurrent-junit |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconcurrent-junit
A http://junit.org test runner to run concurrent unit tests.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| concurrent-junit-1.0.2.pom | |
| concurrent-junit-1.0.2.jar | 15 KB |
| concurrent-junit-1.0.2-sources.jar | 11 KB |
| concurrent-junit-1.0.2-javadoc.jar | 91 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.reflections : reflections | jar | 0.9.11 |