License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.apache.cxf |
ArtifactId | ArtifactIdcxf-anttasks |
Last Version | Last Version2.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache CXF Ant Tasks
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cxf-anttasks-2.1.10.pom | |
cxf-anttasks-2.1.10.jar | 15 KB |
cxf-anttasks-2.1.10-sources.jar | 12 KB |
cxf-anttasks-2.1.10-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-anttasks/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-anttasks</artifactId>
<version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-anttasks/
implementation 'org.apache.cxf:cxf-anttasks:2.1.10'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-anttasks/
implementation ("org.apache.cxf:cxf-anttasks:2.1.10")
'org.apache.cxf:cxf-anttasks:jar:2.1.10'
<dependency org="org.apache.cxf" name="cxf-anttasks" rev="2.1.10">
<artifact name="cxf-anttasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-anttasks', version='2.1.10')
)
libraryDependencies += "org.apache.cxf" % "cxf-anttasks" % "2.1.10"
[org.apache.cxf/cxf-anttasks "2.1.10"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cxf : cxf-tools-wsdlto-core | jar | 2.1.10 |
org.apache.cxf : cxf-tools-java2ws | jar | 2.1.10 |
ant : ant | jar | 1.6.5 |
ant : ant-nodeps | jar | 1.6.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |