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

org.testifyproject.junit4:junit4-core 1.0.5

A module that contains base Testify JUnit 4 TestRunner implementation and a JUnit test runner for running unit tests

Категории

Категории

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

Группа

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

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

junit4-core
Версия

Версия

1.0.5
Тип

Тип

jar

Скачать junit4-core 1.0.5


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