c

cxf-osgi

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