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