is not current version
Last Version 0.9.17

com.github.marks-yag:punner 0.9.10

Punner is a parallel JUnit test runner and maven plugin which can speed up your unit test.

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

punner
Version

Version

0.9.10
Type

Type

jar

Download punner 0.9.10


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