is not current version
Last Version 0.9.17

com.github.marks-yag:punner 0.9.16

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.16
Type

Type

pom

Download punner 0.9.16

Filename Size
punner-0.9.16.pom 5 KB
Browse

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