c

cxf-wsn

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