| Категории |
КатегорииAnt Компиляция и сборка Logging Библиотеки уровня приложения |
|---|---|
| Группа | Группаant |
| Идентификатор | Идентификаторant-commons-logging |
| Последняя версия | Последняя версия1.6.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| ant-commons-logging-1.6.5.pom | |
| ant-commons-logging-1.6.5.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ant/ant-commons-logging/ -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant-commons-logging</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-commons-logging/
implementation 'ant:ant-commons-logging:1.6.5'
// https://jarcasting.com/artifacts/ant/ant-commons-logging/
implementation ("ant:ant-commons-logging:1.6.5")
'ant:ant-commons-logging:jar:1.6.5'
<dependency org="ant" name="ant-commons-logging" rev="1.6.5">
<artifact name="ant-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-commons-logging', version='1.6.5')
)
libraryDependencies += "ant" % "ant-commons-logging" % "1.6.5"
[ant/ant-commons-logging "1.6.5"]