License |
License |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdpunner |
Version | Version0.9.17 |
Type | Typepom |
Description |
DescriptionPunner
Punner is a parallel JUnit test runner and maven plugin which can speed up your unit test.
|
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"]