Files download
File Operation
cxf-xjc-runtime-2.6.0.jar download
cxf-xjc-runtime-2.6.0.pom download
cxf-xjc-runtime-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf.xjc-utils</groupId>
  <artifactId>cxf-xjc-runtime</artifactId>
  <version>2.6.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf.xjc-utils:cxf-xjc-runtime:2.6.0'
Gradle Kotlin
implementation("org.apache.cxf.xjc-utils:cxf-xjc-runtime:2.6.0")
Scala SBT
libraryDependencies += "org.apache.cxf.xjc-utils" % "cxf-xjc-runtime" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf.xjc-utils', module='cxf-xjc-runtime', version='2.6.0')
)
Apache Ivy
<dependency org="org.apache.cxf.xjc-utils" name="cxf-xjc-runtime" rev="2.6.0" />
Leiningen
[org.apache.cxf.xjc-utils/cxf-xjc-runtime "2.6.0"]
Apache Buildr
'org.apache.cxf.xjc-utils:cxf-xjc-runtime:jar:2.6.0'