MVN

org.apache.servicemix.examples : cxf-osgi

Maven & Gradle

May 23, 2017
4 usages

Apache ServiceMix :: Examples :: CXF OSGi · CXF example using OSGi instead of JBI

<dependency>
    <groupId>org.apache.servicemix.examples</groupId>
    <artifactId>cxf-osgi</artifactId>
    <version>6.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.examples : cxf-osgi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.4

All Versions

Choose a version of org.apache.servicemix.examples : cxf-osgi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
cxf-osgi-7.0.1
cxf-osgi-7.0.0
cxf-osgi-7.0.0.M3
cxf-osgi-7.0.0.M2
cxf-osgi-7.0.0.M1
6.1.x
cxf-osgi-6.1.4
cxf-osgi-6.1.3
cxf-osgi-6.1.2
cxf-osgi-6.1.1
cxf-osgi-6.1.0
6.0.x
cxf-osgi-6.0.5
cxf-osgi-6.0.4
cxf-osgi-6.0.3
cxf-osgi-6.0.2
cxf-osgi-6.0.1
cxf-osgi-6.0.0
cxf-osgi-6.0.0.M2
cxf-osgi-6.0.0.M1
5.6.x
cxf-osgi-5.6.3
cxf-osgi-5.6.2
cxf-osgi-5.6.1
cxf-osgi-5.6.0
5.5.x
cxf-osgi-5.5.4
cxf-osgi-5.5.3
cxf-osgi-5.5.2
cxf-osgi-5.5.1
cxf-osgi-5.5.0
5.4.x
cxf-osgi-5.4.3
cxf-osgi-5.4.2
cxf-osgi-5.4.1
cxf-osgi-5.4.0
5.3.x
cxf-osgi-5.3.2
cxf-osgi-5.3.1
cxf-osgi-5.3.0
5.2.x
cxf-osgi-5.2.2
cxf-osgi-5.2.1
cxf-osgi-5.2.0
5.1.x
cxf-osgi-5.1.6
cxf-osgi-5.1.5
cxf-osgi-5.1.4
cxf-osgi-5.1.3
cxf-osgi-5.1.2
cxf-osgi-5.1.1
cxf-osgi-5.1.0
5.0.x
cxf-osgi-5.0.6
cxf-osgi-5.0.5
cxf-osgi-5.0.4
cxf-osgi-5.0.3
cxf-osgi-5.0.2
cxf-osgi-5.0.1
cxf-osgi-5.0.0
4.5.x
cxf-osgi-4.5.3
cxf-osgi-4.5.2
cxf-osgi-4.5.1
cxf-osgi-4.5.0
4.4.x
cxf-osgi-4.4.2
cxf-osgi-4.4.1
cxf-osgi-4.4.0
4.3.x
cxf-osgi-4.3.0
4.2.x
cxf-osgi-4.2.0
4.0.x
cxf-osgi-4.0.0
4.0
cxf-osgi-4.0-m1

How to add a dependency to Maven

Add the following org.apache.servicemix.examples : cxf-osgi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.examples</groupId>
    <artifactId>cxf-osgi</artifactId>
    <version>6.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.examples : cxf-osgi gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.examples:cxf-osgi:6.1.4'

Gradle Kotlin DSL: Add the following org.apache.servicemix.examples : cxf-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.examples:cxf-osgi:6.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.examples : cxf-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.examples" % "cxf-osgi" % "6.1.4"