c

cxf-distribution-manifest

Apache CXF Manifest Jar
https://cxf.apache.org
文件下载
文件名 操作
cxf-distribution-manifest-4.0.4.jar 下载
cxf-distribution-manifest-4.0.4.pom 下载
cxf-distribution-manifest-4.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-distribution-manifest</artifactId>
  <version>4.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-distribution-manifest:4.0.4'
Gradle Kotlin
implementation("org.apache.cxf:cxf-distribution-manifest:4.0.4")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-distribution-manifest" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-distribution-manifest', version='4.0.4')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-distribution-manifest" rev="4.0.4" />
Leiningen
[org.apache.cxf/cxf-distribution-manifest "4.0.4"]
Apache Buildr
'org.apache.cxf:cxf-distribution-manifest:jar:4.0.4'
本项目依赖
<parent>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-parent</artifactId>
  <version>4.0.4</version>
</parent>

compile

|-- org.apache.cxf:cxf-tools-common:4.0.4

|-- org.apache.cxf:cxf-tools-validator:4.0.4

|-- org.apache.cxf:cxf-tools-wsdlto-core:4.0.4

|-- org.apache.cxf:cxf-tools-misctools:4.0.4

|-- org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb:4.0.4

|-- org.apache.cxf:cxf-tools-corba:4.0.4

|-- org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws:4.0.4

|-- org.apache.cxf:cxf-tools-wsdlto-frontend-javascript:4.0.4

|-- org.apache.cxf:cxf-tools-wadlto-jaxrs:4.0.4

|-- org.apache.cxf:cxf-tools-java2ws:4.0.4

|-- ${project.groupId}.xjcplugins:cxf-xjc-dv

|-- ${project.groupId}.xjcplugins:cxf-xjc-ts

|-- ${project.groupId}.xjcplugins:cxf-xjc-bug671

|-- ${project.groupId}.xjcplugins:cxf-xjc-boolean

|-- ${project.groupId}.xjcplugins:cxf-xjc-javadoc

|-- ${project.groupId}.xjc-utils:cxf-xjc-runtime

|-- org.apache.cxf:cxf-core:4.0.4

|-- org.apache.cxf:cxf-rt-features-clustering:4.0.4

|-- org.apache.cxf:cxf-rt-management:4.0.4

|-- org.apache.cxf:cxf-rt-transports-local:4.0.4

|-- org.apache.cxf:cxf-rt-transports-http:4.0.4

|-- org.apache.cxf:cxf-rt-transports-http-jetty:4.0.4

|-- org.apache.cxf:cxf-rt-transports-http-hc:4.0.4

|-- org.apache.cxf:cxf-rt-transports-http-netty-server:4.0.4

|-- org.apache.cxf:cxf-rt-transports-http-netty-client:4.0.4

|-- org.apache.cxf:cxf-rt-transports-udp:4.0.4

|-- org.slf4j:slf4j-jdk14

|-- org.slf4j:jcl-over-slf4j

|-- org.apache.cxf:cxf-rt-transports-jms:4.0.4

|-- org.apache.cxf:cxf-rt-bindings-soap:4.0.4

|-- org.apache.cxf:cxf-rt-bindings-xml:4.0.4

|-- org.apache.cxf:cxf-rt-bindings-corba:4.0.4

|-- org.apache.cxf:cxf-rt-bindings-coloc:4.0.4

|-- org.apache.cxf:cxf-rt-databinding-aegis:4.0.4

|-- org.apache.cxf:cxf-rt-rs-extension-providers:4.0.4

|-- org.apache.cxf:cxf-rt-rs-extension-search:4.0.4

|-- org.apache.cxf:cxf-rt-rs-security-cors:4.0.4

|-- org.apache.cxf:cxf-rt-rs-security-oauth2:4.0.4

|-- org.apache.cxf:cxf-rt-rs-security-xml:4.0.4

|-- org.apache.cxf:cxf-rt-ws-addr:4.0.4

|-- org.apache.cxf:cxf-rt-ws-rm:4.0.4

|-- org.apache.cxf:cxf-rt-ws-policy:4.0.4

|-- org.apache.cxf:cxf-rt-ws-mex:4.0.4

|-- org.apache.cxf:cxf-rt-ws-security:4.0.4

|-- org.apache.cxf:cxf-rt-frontend-jaxws:4.0.4

|-- org.apache.cxf:cxf-rt-frontend-js:4.0.4

|-- org.apache.cxf:cxf-rt-frontend-simple:4.0.4

|-- org.apache.cxf:cxf-rt-frontend-jaxrs:4.0.4

|-- org.apache.cxf:cxf-rt-javascript:4.0.4

|-- org.apache.cxf.services.sts:cxf-services-sts-core:4.0.4

|-- org.apache.cxf.services.wsn:cxf-services-wsn-api:4.0.4

|-- org.apache.cxf.services.wsn:cxf-services-wsn-core:4.0.4

|-- org.apache.cxf.services.ws-discovery:cxf-services-ws-discovery-api:4.0.4

|-- org.apache.cxf.services.ws-discovery:cxf-services-ws-discovery-service:4.0.4

|-- org.codehaus.jettison:jettison

|-- ${cxf.asm.groupId}:${cxf.asm.artifactId}

|-- com.sun.xml.fastinfoset:FastInfoset

|-- jakarta.xml.ws:jakarta.xml.ws-api

|-- jakarta.xml.bind:jakarta.xml.bind-api

|-- jakarta.jws:jakarta.jws-api

|-- jakarta.xml.soap:jakarta.xml.soap-api