is not current version
Last Version 2.2.12

org.apache.cxf:cxf-buildtools 2.1


GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-buildtools
Version

Version

2.1
Type

Type

jar

Download cxf-buildtools 2.1


<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-buildtools/ -->
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-buildtools</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-buildtools/
implementation 'org.apache.cxf:cxf-buildtools:2.1'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-buildtools/
implementation ("org.apache.cxf:cxf-buildtools:2.1")
'org.apache.cxf:cxf-buildtools:jar:2.1'
<dependency org="org.apache.cxf" name="cxf-buildtools" rev="2.1">
  <artifact name="cxf-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-buildtools', version='2.1')
)
libraryDependencies += "org.apache.cxf" % "cxf-buildtools" % "2.1"
[org.apache.cxf/cxf-buildtools "2.1"]