MVN

org.apache.servicemix.examples : camel-cxf-rest-service

Maven & Gradle

May 23, 2017
2 usages

Apache ServiceMix :: Examples :: Camel CXF REST :: Service

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

Latest Version

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

  • Latest Stable: 6.1.4

All Versions

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

  • Version Updated
  • camel-cxf-rest-service-6.1.4

    May 22, 2017
  • camel-cxf-rest-service-7.0.1

    May 22, 2017
  • camel-cxf-rest-service-5.6.3

    Feb 21, 2017
  • camel-cxf-rest-service-7.0.0

    Jan 16, 2017
  • camel-cxf-rest-service-7.0.0.M3

    Nov 26, 2016
  • camel-cxf-rest-service-5.6.2

    Nov 13, 2016
  • camel-cxf-rest-service-6.0.5

    Nov 12, 2016
  • camel-cxf-rest-service-6.1.3

    Nov 12, 2016
  • camel-cxf-rest-service-6.1.2

    Jul 04, 2016
  • camel-cxf-rest-service-6.0.4

    Jul 04, 2016
  • camel-cxf-rest-service-7.0.0.M2

    Jun 10, 2016
  • camel-cxf-rest-service-5.6.1

    Jun 01, 2016
  • camel-cxf-rest-service-5.5.4

    Jun 01, 2016
  • camel-cxf-rest-service-6.1.1

    Mar 19, 2016
  • camel-cxf-rest-service-6.0.3

    Mar 19, 2016
  • camel-cxf-rest-service-5.6.0

    Feb 17, 2016
  • camel-cxf-rest-service-5.5.3

    Feb 17, 2016
  • camel-cxf-rest-service-5.4.3

    Feb 16, 2016
  • camel-cxf-rest-service-7.0.0.M1

    Feb 03, 2016
  • camel-cxf-rest-service-5.5.2

    Dec 13, 2015
  • camel-cxf-rest-service-6.0.2

    Dec 13, 2015
  • camel-cxf-rest-service-6.1.0

    Nov 24, 2015
  • camel-cxf-rest-service-5.4.2

    Nov 20, 2015
  • camel-cxf-rest-service-5.5.1

    Oct 23, 2015
  • camel-cxf-rest-service-6.0.1

    Oct 21, 2015
  • camel-cxf-rest-service-5.5.0

    Jul 14, 2015
  • camel-cxf-rest-service-5.4.1

    Jul 13, 2015
  • camel-cxf-rest-service-6.0.0

    Jul 03, 2015
  • camel-cxf-rest-service-5.2.2

    Jun 23, 2015
  • camel-cxf-rest-service-5.1.6

    Jun 21, 2015
  • camel-cxf-rest-service-6.0.0.M2

    May 11, 2015
  • camel-cxf-rest-service-5.2.1

    Apr 07, 2015
  • camel-cxf-rest-service-5.3.2

    Apr 07, 2015
  • camel-cxf-rest-service-5.1.5

    Mar 27, 2015
  • camel-cxf-rest-service-6.0.0.M1

    Jan 27, 2015
  • camel-cxf-rest-service-5.4.0

    Jan 19, 2015
  • camel-cxf-rest-service-5.3.1

    Jan 19, 2015
  • camel-cxf-rest-service-5.2.0

    Jan 09, 2015
  • camel-cxf-rest-service-5.1.4

    Nov 11, 2014
  • camel-cxf-rest-service-5.0.6

    Nov 11, 2014
  • camel-cxf-rest-service-5.3.0

    Oct 10, 2014
  • camel-cxf-rest-service-5.1.3

    Oct 06, 2014
  • camel-cxf-rest-service-5.0.5

    Oct 06, 2014
  • camel-cxf-rest-service-5.1.2

    Sep 11, 2014
  • camel-cxf-rest-service-5.0.4

    Sep 11, 2014
  • camel-cxf-rest-service-5.1.1

    Jul 22, 2014
  • camel-cxf-rest-service-5.0.3

    Jul 22, 2014
  • camel-cxf-rest-service-5.0.2

    Jun 17, 2014
  • camel-cxf-rest-service-5.1.0

    Jun 17, 2014
  • camel-cxf-rest-service-5.0.1

    May 14, 2014
  • camel-cxf-rest-service-5.0.0

    Mar 17, 2014

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.examples:camel-cxf-rest-service:6.1.4'

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

implementation("org.apache.servicemix.examples:camel-cxf-rest-service:6.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.examples" % "camel-cxf-rest-service" % "6.1.4"