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

fi.jumi:parent 0.2.241

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

Тип

pom

Скачать parent 0.2.241

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

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