c

cxf-common-schemas

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