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

org.pantsbuild:junit-runner-withretry 0.0.7

Provides an org.junit.runner.Runner that supports retries of failing tests.

Категории

Категории

Ant Компиляция и сборка JUnit Тестирование компонентов
Группа

Группа

org.pantsbuild
Идентификатор

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

junit-runner-withretry
Версия

Версия

0.0.7
Тип

Тип

jar

Скачать junit-runner-withretry 0.0.7


<!-- https://jarcasting.com/artifacts/org.pantsbuild/junit-runner-withretry/ -->
<dependency>
    <groupId>org.pantsbuild</groupId>
    <artifactId>junit-runner-withretry</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.pantsbuild/junit-runner-withretry/
implementation 'org.pantsbuild:junit-runner-withretry:0.0.7'
// https://jarcasting.com/artifacts/org.pantsbuild/junit-runner-withretry/
implementation ("org.pantsbuild:junit-runner-withretry:0.0.7")
'org.pantsbuild:junit-runner-withretry:jar:0.0.7'
<dependency org="org.pantsbuild" name="junit-runner-withretry" rev="0.0.7">
  <artifact name="junit-runner-withretry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pantsbuild', module='junit-runner-withretry', version='0.0.7')
)
libraryDependencies += "org.pantsbuild" % "junit-runner-withretry" % "0.0.7"
[org.pantsbuild/junit-runner-withretry "0.0.7"]