is not current version
Last Version 0.5.437

fi.jumi:parent 0.1.46

Common test runner for the JVM. Natively supports running tests in parallel. Full stack from UI to class loading. Overcomes a bunch of limitations in JUnit's test runner, IDEs and build tools.

GroupId

GroupId

fi.jumi
ArtifactId

ArtifactId

parent
Version

Version

0.1.46
Type

Type

pom

Download parent 0.1.46

Filename Size
parent-0.1.46.pom 15 KB
Browse

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