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

org.testifyproject.junit4:junit4 0.9.2

Parent module of Testify's custom JUnit test runners implementations

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

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

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

junit4
Версия

Версия

0.9.2
Тип

Тип

pom

Скачать junit4 0.9.2

Имя Файла Размер
junit4-0.9.2.pom 2 KB
Обзор

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