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