is not current version
Last Version 2.8.0

org.ow2.petals:petals-ant 2.0


Categories

Categories

Ant Build Tools
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-ant
Version

Version

2.0
Type

Type

jar

Download petals-ant 2.0


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-ant</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/
implementation 'org.ow2.petals:petals-ant:2.0'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-ant/
implementation ("org.ow2.petals:petals-ant:2.0")
'org.ow2.petals:petals-ant:jar:2.0'
<dependency org="org.ow2.petals" name="petals-ant" rev="2.0">
  <artifact name="petals-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-ant', version='2.0')
)
libraryDependencies += "org.ow2.petals" % "petals-ant" % "2.0"
[org.ow2.petals/petals-ant "2.0"]