c

cxf-nmr

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