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