j

jbossws-cxf-server

Files download
File Operation
jbossws-cxf-server-4.3.7.Final.jar download
jbossws-cxf-server-4.3.7.Final.pom download
jbossws-cxf-server-4.3.7.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.ws.cxf</groupId>
  <artifactId>jbossws-cxf-server</artifactId>
  <version>4.3.7.Final</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.ws.cxf:jbossws-cxf-server:4.3.7.Final'
Gradle Kotlin
implementation("org.jboss.ws.cxf:jbossws-cxf-server:4.3.7.Final")
Scala SBT
libraryDependencies += "org.jboss.ws.cxf" % "jbossws-cxf-server" % "4.3.7.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.ws.cxf', module='jbossws-cxf-server', version='4.3.7.Final')
)
Apache Ivy
<dependency org="org.jboss.ws.cxf" name="jbossws-cxf-server" rev="4.3.7.Final" />
Leiningen
[org.jboss.ws.cxf/jbossws-cxf-server "4.3.7.Final"]
Apache Buildr
'org.jboss.ws.cxf:jbossws-cxf-server:jar:4.3.7.Final'
Dependencies
<parent>
  <groupId>org.jboss.ws.cxf</groupId>
  <artifactId>jbossws-cxf</artifactId>
  <version>4.3.7.Final</version>
</parent>

compile

|-- org.jboss.ws.cxf:jbossws-cxf-client

|-- org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec

|-- org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec

|-- org.jboss.ws:jbossws-common

|-- org.jboss.ws:jbossws-spi

|-- org.jboss.ws.cxf:jbossws-cxf-factories

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

|-- org.apache.cxf:cxf-rt-bindings-object

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

|-- org.apache.cxf.xjcplugins:cxf-xjc-boolean

|-- org.apache.cxf.xjcplugins:cxf-xjc-dv

|-- org.apache.cxf.xjcplugins:cxf-xjc-ts

|-- org.apache.velocity:velocity

|-- commons-collections:commons-collections

|-- commons-lang:commons-lang

|-- org.jboss.spec.javax.xml.rpc:jboss-jaxrpc-api_1.1_spec

|-- javax.xml.stream:stax-api

|-- org.apache.santuario:xmlsec

|-- org.codehaus.woodstox:woodstox-core-asl

|-- asm:asm

|-- org.springframework:spring-aop

|-- org.springframework:spring-asm

|-- org.springframework:spring-beans

|-- org.springframework:spring-context

|-- org.springframework:spring-core

|-- org.springframework:spring-expression

|-- org.springframework:spring-jms

|-- org.springframework:spring-tx

|-- javax.jws:jsr181-api

|-- org.jboss:jboss-common-core

|-- org.picketbox:picketbox

|-- xerces:xercesImpl

|-- com.sun.xml.bind:jaxb-impl

|-- com.sun.xml.bind:jaxb-xjc

|-- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.2_spec

|-- org.jboss.spec.javax.xml.soap:jboss-saaj-api_1.3_spec

|-- org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec

test

|-- junit:junit