MVN

io.fabric8.examples : camel-cxf-code-first-example

Maven & Gradle

Jun 10, 2014

Fabric8 :: Quickstarts :: Camel CXF Code First · Creates a web service using Java code first

<dependency>
    <groupId>io.fabric8.examples</groupId>
    <artifactId>camel-cxf-code-first-example</artifactId>
    <version>1.1.0.CR1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.examples : camel-cxf-code-first-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.CR1
  • Latest Beta: 1.1.0.Beta6

All Versions

Choose a version of io.fabric8.examples : camel-cxf-code-first-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
camel-cxf-code-first-example-1.1.0.CR1
camel-cxf-code-first-example-1.1.0.Beta6
camel-cxf-code-first-example-1.1.0.Beta5
camel-cxf-code-first-example-1.1.0.Beta4
camel-cxf-code-first-example-1.1.0.Beta3
camel-cxf-code-first-example-1.1.0.Beta2
camel-cxf-code-first-example-1.1.0.Beta1

How to add a dependency to Maven

Add the following io.fabric8.examples : camel-cxf-code-first-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.examples</groupId>
    <artifactId>camel-cxf-code-first-example</artifactId>
    <version>1.1.0.CR1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.examples : camel-cxf-code-first-example gradle dependency to your build.gradle file:

implementation 'io.fabric8.examples:camel-cxf-code-first-example:1.1.0.CR1'

Gradle Kotlin DSL: Add the following io.fabric8.examples : camel-cxf-code-first-example gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.examples:camel-cxf-code-first-example:1.1.0.CR1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.examples : camel-cxf-code-first-example sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.examples" % "camel-cxf-code-first-example" % "1.1.0.CR1"