MVN

org.apache.servicemix.examples : drools-camel-cxf-server

Maven & Gradle

May 23, 2017

Apache ServiceMix :: Examples :: Drools :: Camel CXF Server

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

Latest Version

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

  • Latest Stable: 6.1.4

All Versions

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

Version Vulnerabilities Updated
7.0.x
drools-camel-cxf-server-7.0.1
drools-camel-cxf-server-7.0.0
drools-camel-cxf-server-7.0.0.M3
drools-camel-cxf-server-7.0.0.M2
drools-camel-cxf-server-7.0.0.M1
6.1.x
drools-camel-cxf-server-6.1.4
drools-camel-cxf-server-6.1.3
drools-camel-cxf-server-6.1.2
drools-camel-cxf-server-6.1.1
drools-camel-cxf-server-6.1.0
6.0.x
drools-camel-cxf-server-6.0.5
drools-camel-cxf-server-6.0.4
drools-camel-cxf-server-6.0.3
drools-camel-cxf-server-6.0.2
drools-camel-cxf-server-6.0.1
drools-camel-cxf-server-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.servicemix.examples</groupId>
    <artifactId>drools-camel-cxf-server</artifactId>
    <version>6.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.examples:drools-camel-cxf-server:6.1.4'

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

implementation("org.apache.servicemix.examples:drools-camel-cxf-server:6.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.examples" % "drools-camel-cxf-server" % "6.1.4"