c

cxf-osgi

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