c

cxf-tools-common

Apache CXF Command Line Tools Common
http://cxf.apache.org
Files download
File Operation
cxf-tools-common-2.4.5.jar download
cxf-tools-common-2.4.5.pom download
cxf-tools-common-2.4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-tools-common</artifactId>
  <version>2.4.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-tools-common:2.4.5'
Gradle Kotlin
implementation("org.apache.cxf:cxf-tools-common:2.4.5")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-tools-common" % "2.4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-tools-common', version='2.4.5')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-tools-common" rev="2.4.5" />
Leiningen
[org.apache.cxf/cxf-tools-common "2.4.5"]
Apache Buildr
'org.apache.cxf:cxf-tools-common:jar:2.4.5'