| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Logging Библиотеки уровня приложения |
| Группа | Группаorg.apache.ant |
| Идентификатор | Идентификаторant-commons-logging |
| Версия | Версия1.10.11 |
| Тип | Типjar |
| Описание |
ОписаниеApache Ant + Commons Logging
Ant Listener based on commons-logging
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ant-commons-logging-1.10.11.pom | |
| ant-commons-logging-1.10.11.jar | 9 KB |
| ant-commons-logging-1.10.11-sources.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-commons-logging/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-logging</artifactId>
<version>1.10.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-commons-logging/
implementation 'org.apache.ant:ant-commons-logging:1.10.11'
// https://jarcasting.com/artifacts/org.apache.ant/ant-commons-logging/
implementation ("org.apache.ant:ant-commons-logging:1.10.11")
'org.apache.ant:ant-commons-logging:jar:1.10.11'
<dependency org="org.apache.ant" name="ant-commons-logging" rev="1.10.11">
<artifact name="ant-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-commons-logging', version='1.10.11')
)
libraryDependencies += "org.apache.ant" % "ant-commons-logging" % "1.10.11"
[org.apache.ant/ant-commons-logging "1.10.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.10.11 |
| commons-logging : commons-logging-api | jar | 1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |