Last Version

Punner 0.9.17

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

License

License

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

punner
Version

Version

0.9.17
Type

Type

pom
Description

Description

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

Download punner 0.9.17

Filename Size
punner-0.9.17.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.17</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/punner/
implementation 'com.github.marks-yag:punner:0.9.17'
// https://jarcasting.com/artifacts/com.github.marks-yag/punner/
implementation ("com.github.marks-yag:punner:0.9.17")
'com.github.marks-yag:punner:pom:0.9.17'
<dependency org="com.github.marks-yag" name="punner" rev="0.9.17">
  <artifact name="punner" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='punner', version='0.9.17')
)
libraryDependencies += "com.github.marks-yag" % "punner" % "0.9.17"
[com.github.marks-yag/punner "0.9.17"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • suite
  • maven-plugin