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

fi.jumi:parent 0.4.350

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.4.350
Тип

Тип

pom

Скачать parent 0.4.350

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

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