c

cxf-common-schemas

http://cxf.apache.org/
文件下载
文件名 操作
cxf-common-schemas-2.2.3.jar 下载
cxf-common-schemas-2.2.3.pom 下载
cxf-common-schemas-2.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-common-schemas</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-common-schemas:2.2.3'
Gradle Kotlin
implementation("org.apache.cxf:cxf-common-schemas:2.2.3")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-common-schemas" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-common-schemas', version='2.2.3')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-common-schemas" rev="2.2.3" />
Leiningen
[org.apache.cxf/cxf-common-schemas "2.2.3"]
Apache Buildr
'org.apache.cxf:cxf-common-schemas:jar:2.2.3'