c

cxf-rt-databinding-xmlbeans

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