c

cxf-xjc-boolean-test

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