| Categories | CategoriesAnt Build Tools | 
|---|---|
| GroupId | GroupIdorg.ow2.petals | 
| ArtifactId | ArtifactIdpetals-ant | 
| Version | Version1.4-beta1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| petals-ant-1.4-beta1.pom | |
| petals-ant-1.4-beta1.jar | 44 KB | 
| petals-ant-1.4-beta1-sources.jar | 46 KB | 
| petals-ant-1.4-beta1-javadoc.jar | 201 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-ant</artifactId>
    <version>1.4-beta1</version>
</dependency>// https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/
implementation 'org.ow2.petals:petals-ant:1.4-beta1'// https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/
implementation ("org.ow2.petals:petals-ant:1.4-beta1")'org.ow2.petals:petals-ant:jar:1.4-beta1'<dependency org="org.ow2.petals" name="petals-ant" rev="1.4-beta1">
  <artifact name="petals-ant" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ow2.petals', module='petals-ant', version='1.4-beta1')
)libraryDependencies += "org.ow2.petals" % "petals-ant" % "1.4-beta1"[org.ow2.petals/petals-ant "1.4-beta1"]