c

cxf-wsn

CXF example using WSN
Files download
File Operation
cxf-wsn-5.6.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.examples</groupId>
  <artifactId>cxf-wsn</artifactId>
  <version>5.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.examples:cxf-wsn:5.6.2'
Gradle Kotlin
implementation("org.apache.servicemix.examples:cxf-wsn:5.6.2")
Scala SBT
libraryDependencies += "org.apache.servicemix.examples" % "cxf-wsn" % "5.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.examples', module='cxf-wsn', version='5.6.2')
)
Apache Ivy
<dependency org="org.apache.servicemix.examples" name="cxf-wsn" rev="5.6.2" />
Leiningen
[org.apache.servicemix.examples/cxf-wsn "5.6.2"]
Apache Buildr
'org.apache.servicemix.examples:cxf-wsn:jar:5.6.2'