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