| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка JUnit Тестирование компонентов |
| Группа | Группаorg.apache.ant |
| Идентификатор | Идентификаторant-junit4 |
| Последняя версия | Последняя версия1.10.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Ant + JUnit 4
contains JUnit 4.x support
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ant-junit4-1.10.12.pom | |
| ant-junit4-1.10.12.jar | 12 KB |
| ant-junit4-1.10.12-sources.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-junit4/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit4</artifactId>
<version>1.10.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-junit4/
implementation 'org.apache.ant:ant-junit4:1.10.12'
// https://jarcasting.com/artifacts/org.apache.ant/ant-junit4/
implementation ("org.apache.ant:ant-junit4:1.10.12")
'org.apache.ant:ant-junit4:jar:1.10.12'
<dependency org="org.apache.ant" name="ant-junit4" rev="1.10.12">
<artifact name="ant-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-junit4', version='1.10.12')
)
libraryDependencies += "org.apache.ant" % "ant-junit4" % "1.10.12"
[org.apache.ant/ant-junit4 "1.10.12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.10.12 |
| junit : junit | jar | 4.13.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |