MVN

io.fabric8.quickstarts : springboot-camel-teiid

Maven & Gradle

Jul 08, 2016

Fabric8 :: Quickstarts :: Spring-Boot :: Camel-Teiid · Camel and Teiid example with Spring Boot in the Java Container

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

Latest Version

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

  • Latest Stable: 2.2.149

All Versions

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

Version Vulnerabilities Updated
2.2.x
springboot-camel-teiid-2.2.149
springboot-camel-teiid-2.2.148
springboot-camel-teiid-2.2.145
springboot-camel-teiid-2.2.144
springboot-camel-teiid-2.2.142
springboot-camel-teiid-2.2.141
springboot-camel-teiid-2.2.140
springboot-camel-teiid-2.2.138

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.fabric8.quickstarts:springboot-camel-teiid:2.2.149'

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

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

How to add a dependency to SBT Scala

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

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