License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.ow2.util.ant |
ArtifactId | ArtifactIdant-tasks |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 Utilities :: Ant Tasks
Some ant tasks for EJB, WAR, EAR packaging
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ant-tasks-2.0.0.pom | |
ant-tasks-2.0.0.jar | 29 KB |
ant-tasks-2.0.0-sources.jar | 31 KB |
ant-tasks-2.0.0-source-release.zip | 35 KB |
ant-tasks-2.0.0-source-release.tar.gz | 12 KB |
ant-tasks-2.0.0-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util.ant/ant-tasks/ -->
<dependency>
<groupId>org.ow2.util.ant</groupId>
<artifactId>ant-tasks</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.ant/ant-tasks/
implementation 'org.ow2.util.ant:ant-tasks:2.0.0'
// https://jarcasting.com/artifacts/org.ow2.util.ant/ant-tasks/
implementation ("org.ow2.util.ant:ant-tasks:2.0.0")
'org.ow2.util.ant:ant-tasks:jar:2.0.0'
<dependency org="org.ow2.util.ant" name="ant-tasks" rev="2.0.0">
<artifact name="ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.ant', module='ant-tasks', version='2.0.0')
)
libraryDependencies += "org.ow2.util.ant" % "ant-tasks" % "2.0.0"
[org.ow2.util.ant/ant-tasks "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.7.1 |