c

cxf-rt-databinding-xmlbeans

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