is not current version
Last Version 0.9.17

com.github.marks-yag:punner 0.9.14

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

Type

pom

Download punner 0.9.14

Filename Size
punner-0.9.14.pom 6 KB
Browse

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