文件下载
文件名 操作
cxf-xjc-runtime-3.2.0.jar 下载
cxf-xjc-runtime-3.2.0.pom 下载
cxf-xjc-runtime-3.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf.xjc-utils</groupId>
  <artifactId>cxf-xjc-runtime</artifactId>
  <version>3.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf.xjc-utils:cxf-xjc-runtime:3.2.0'
Gradle Kotlin
implementation("org.apache.cxf.xjc-utils:cxf-xjc-runtime:3.2.0")
Scala SBT
libraryDependencies += "org.apache.cxf.xjc-utils" % "cxf-xjc-runtime" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf.xjc-utils', module='cxf-xjc-runtime', version='3.2.0')
)
Apache Ivy
<dependency org="org.apache.cxf.xjc-utils" name="cxf-xjc-runtime" rev="3.2.0" />
Leiningen
[org.apache.cxf.xjc-utils/cxf-xjc-runtime "3.2.0"]
Apache Buildr
'org.apache.cxf.xjc-utils:cxf-xjc-runtime:jar:3.2.0'