MVN

org.apache.camel : camel-example-servlet-tomcat

Maven & Gradle

Mar 25, 2018
5 usages

Camel :: Example :: Servlet Tomcat · An example using Camel Servlet with Apache Tomcat

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-servlet-tomcat</artifactId>
    <version>2.19.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : camel-example-servlet-tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.19.5
  • Latest Release Candidate: 2.9.0-RC1

All Versions

Choose a version of org.apache.camel : camel-example-servlet-tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.19.x
camel-example-servlet-tomcat-2.19.5
camel-example-servlet-tomcat-2.19.4
camel-example-servlet-tomcat-2.19.3
camel-example-servlet-tomcat-2.19.2
camel-example-servlet-tomcat-2.19.1
camel-example-servlet-tomcat-2.19.0
2.18.x
camel-example-servlet-tomcat-2.18.5
camel-example-servlet-tomcat-2.18.4
camel-example-servlet-tomcat-2.18.3
camel-example-servlet-tomcat-2.18.2
camel-example-servlet-tomcat-2.18.1
camel-example-servlet-tomcat-2.18.0
2.17.x
camel-example-servlet-tomcat-2.17.7
camel-example-servlet-tomcat-2.17.6
camel-example-servlet-tomcat-2.17.5
camel-example-servlet-tomcat-2.17.4
camel-example-servlet-tomcat-2.17.3
camel-example-servlet-tomcat-2.17.2
camel-example-servlet-tomcat-2.17.1
camel-example-servlet-tomcat-2.17.0
2.16.x
camel-example-servlet-tomcat-2.16.5
camel-example-servlet-tomcat-2.16.4
camel-example-servlet-tomcat-2.16.3
camel-example-servlet-tomcat-2.16.2
camel-example-servlet-tomcat-2.16.1
camel-example-servlet-tomcat-2.16.0
2.15.x
camel-example-servlet-tomcat-2.15.6
camel-example-servlet-tomcat-2.15.5
camel-example-servlet-tomcat-2.15.4
camel-example-servlet-tomcat-2.15.3
camel-example-servlet-tomcat-2.15.2
camel-example-servlet-tomcat-2.15.1
camel-example-servlet-tomcat-2.15.0
2.14.x
camel-example-servlet-tomcat-2.14.4
camel-example-servlet-tomcat-2.14.3
camel-example-servlet-tomcat-2.14.2
camel-example-servlet-tomcat-2.14.1
camel-example-servlet-tomcat-2.14.0
2.13.x
camel-example-servlet-tomcat-2.13.4
camel-example-servlet-tomcat-2.13.3
camel-example-servlet-tomcat-2.13.2
camel-example-servlet-tomcat-2.13.1
camel-example-servlet-tomcat-2.13.0
2.12.x
camel-example-servlet-tomcat-2.12.5
camel-example-servlet-tomcat-2.12.4
camel-example-servlet-tomcat-2.12.3
camel-example-servlet-tomcat-2.12.2
camel-example-servlet-tomcat-2.12.1
camel-example-servlet-tomcat-2.12.0
2.11.x
camel-example-servlet-tomcat-2.11.4
camel-example-servlet-tomcat-2.11.3
camel-example-servlet-tomcat-2.11.2
camel-example-servlet-tomcat-2.11.1
camel-example-servlet-tomcat-2.11.0
2.10.x
camel-example-servlet-tomcat-2.10.7
camel-example-servlet-tomcat-2.10.6
camel-example-servlet-tomcat-2.10.5
camel-example-servlet-tomcat-2.10.4
camel-example-servlet-tomcat-2.10.3
camel-example-servlet-tomcat-2.10.2
camel-example-servlet-tomcat-2.10.1
camel-example-servlet-tomcat-2.10.0
2.9.x
camel-example-servlet-tomcat-2.9.8
camel-example-servlet-tomcat-2.9.7
camel-example-servlet-tomcat-2.9.6
camel-example-servlet-tomcat-2.9.5
camel-example-servlet-tomcat-2.9.4
camel-example-servlet-tomcat-2.9.3
camel-example-servlet-tomcat-2.9.2
camel-example-servlet-tomcat-2.9.1
camel-example-servlet-tomcat-2.9.0
camel-example-servlet-tomcat-2.9.0-RC1
2.8.x
camel-example-servlet-tomcat-2.8.6
camel-example-servlet-tomcat-2.8.5
camel-example-servlet-tomcat-2.8.4
camel-example-servlet-tomcat-2.8.3
camel-example-servlet-tomcat-2.8.2
camel-example-servlet-tomcat-2.8.1
camel-example-servlet-tomcat-2.8.0
2.7.x
camel-example-servlet-tomcat-2.7.5
camel-example-servlet-tomcat-2.7.4
camel-example-servlet-tomcat-2.7.3
camel-example-servlet-tomcat-2.7.2
camel-example-servlet-tomcat-2.7.1
camel-example-servlet-tomcat-2.7.0

How to add a dependency to Maven

Add the following org.apache.camel : camel-example-servlet-tomcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-servlet-tomcat</artifactId>
    <version>2.19.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel : camel-example-servlet-tomcat gradle dependency to your build.gradle file:

implementation 'org.apache.camel:camel-example-servlet-tomcat:2.19.5'

Gradle Kotlin DSL: Add the following org.apache.camel : camel-example-servlet-tomcat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel:camel-example-servlet-tomcat:2.19.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel : camel-example-servlet-tomcat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel" % "camel-example-servlet-tomcat" % "2.19.5"