| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаorg.ow2.petals |
| Идентификатор | Идентификаторpetals-ant |
| Версия | Версия2.6.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| petals-ant-2.6.1.pom | |
| petals-ant-2.6.1.zip | 794 KB |
| petals-ant-2.6.1-tests.jar | 128 KB |
| petals-ant-2.6.1-sources.jar | 128 KB |
| petals-ant-2.6.1-source-release.zip | 271 KB |
| petals-ant-2.6.1-source-release.tar.gz | 87 KB |
| petals-ant-2.6.1-javadoc.jar | 620 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-ant</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/
implementation 'org.ow2.petals:petals-ant:2.6.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/
implementation ("org.ow2.petals:petals-ant:2.6.1")
'org.ow2.petals:petals-ant:jar:2.6.1'
<dependency org="org.ow2.petals" name="petals-ant" rev="2.6.1">
<artifact name="petals-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-ant', version='2.6.1')
)
libraryDependencies += "org.ow2.petals" % "petals-ant" % "2.6.1"
[org.ow2.petals/petals-ant "2.6.1"]