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