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