не последняя версия
Последняя версия 0.5.437

fi.jumi:parent 0.5.390

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.

Группа

Группа

fi.jumi
Идентификатор

Идентификатор

parent
Версия

Версия

0.5.390
Тип

Тип

pom

Скачать parent 0.5.390

Имя Файла Размер
parent-0.5.390.pom 22 KB
Обзор

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