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

org.apache.ant:ant-junit4 1.10.5

contains JUnit 4.x support

Категории

Категории

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

Группа

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

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

ant-junit4
Версия

Версия

1.10.5
Тип

Тип

jar

Скачать ant-junit4 1.10.5


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