Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.apache.portals.jetspeed-2 |
ArtifactId | ArtifactIdant-tasks |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ant-tasks-2.1.3.pom | |
ant-tasks-2.1.3.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/ant-tasks/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>ant-tasks</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/ant-tasks/
implementation 'org.apache.portals.jetspeed-2:ant-tasks:2.1.3'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/ant-tasks/
implementation ("org.apache.portals.jetspeed-2:ant-tasks:2.1.3")
'org.apache.portals.jetspeed-2:ant-tasks:jar:2.1.3'
<dependency org="org.apache.portals.jetspeed-2" name="ant-tasks" rev="2.1.3">
<artifact name="ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='ant-tasks', version='2.1.3')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "ant-tasks" % "2.1.3"
[org.apache.portals.jetspeed-2/ant-tasks "2.1.3"]