c

cxf-osgi

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