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