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