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