MVN

io.fabric8.quickstarts : springboot-camel

Maven & Gradle

Jun 08, 2016

Fabric8 :: Quickstarts :: Spring-Boot :: Camel · Shows how to use Camel with Spring Boot in the Java Container

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>springboot-camel</artifactId>
    <version>2.2.126</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.quickstarts : springboot-camel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.126

All Versions

Choose a version of io.fabric8.quickstarts : springboot-camel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
springboot-camel-2.2.126
springboot-camel-2.2.125
springboot-camel-2.2.123
springboot-camel-2.2.114
springboot-camel-2.2.113
springboot-camel-2.2.112
springboot-camel-2.2.109
springboot-camel-2.2.106
springboot-camel-2.2.105
springboot-camel-2.2.104
springboot-camel-2.2.103
springboot-camel-2.2.102
springboot-camel-2.2.101
springboot-camel-2.2.100

How to add a dependency to Maven

Add the following io.fabric8.quickstarts : springboot-camel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>springboot-camel</artifactId>
    <version>2.2.126</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.quickstarts : springboot-camel gradle dependency to your build.gradle file:

implementation 'io.fabric8.quickstarts:springboot-camel:2.2.126'

Gradle Kotlin DSL: Add the following io.fabric8.quickstarts : springboot-camel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.quickstarts:springboot-camel:2.2.126")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.quickstarts : springboot-camel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.quickstarts" % "springboot-camel" % "2.2.126"