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