c

cxf-rt-databinding-xmlbeans

Apache CXF Runtime XmlBeans DataBinding
http://cxf.apache.org
Files download
File Operation
cxf-rt-databinding-xmlbeans-3.0.11.jar download
cxf-rt-databinding-xmlbeans-3.0.11.pom download
cxf-rt-databinding-xmlbeans-3.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
  <version>3.0.11</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-rt-databinding-xmlbeans:3.0.11'
Gradle Kotlin
implementation("org.apache.cxf:cxf-rt-databinding-xmlbeans:3.0.11")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-rt-databinding-xmlbeans" % "3.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-rt-databinding-xmlbeans', version='3.0.11')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-rt-databinding-xmlbeans" rev="3.0.11" />
Leiningen
[org.apache.cxf/cxf-rt-databinding-xmlbeans "3.0.11"]
Apache Buildr
'org.apache.cxf:cxf-rt-databinding-xmlbeans:jar:3.0.11'