MVN

org.apache.camel : camel-example-spark-rest-tomcat

Maven & Gradle

Dec 17, 2016
4 usages

Camel :: Example :: Spark REST Tomcat · An example using Spark REST with Apache Tomcat

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

Latest Version

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

  • Latest Stable: 2.16.5

All Versions

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

Version Vulnerabilities Updated
2.16.x
camel-example-spark-rest-tomcat-2.16.5
camel-example-spark-rest-tomcat-2.16.4
camel-example-spark-rest-tomcat-2.16.3
camel-example-spark-rest-tomcat-2.16.2
camel-example-spark-rest-tomcat-2.16.1
camel-example-spark-rest-tomcat-2.16.0
2.15.x
camel-example-spark-rest-tomcat-2.15.6
camel-example-spark-rest-tomcat-2.15.5
camel-example-spark-rest-tomcat-2.15.4
camel-example-spark-rest-tomcat-2.15.3
camel-example-spark-rest-tomcat-2.15.2
camel-example-spark-rest-tomcat-2.15.1
camel-example-spark-rest-tomcat-2.15.0
2.14.x
camel-example-spark-rest-tomcat-2.14.4
camel-example-spark-rest-tomcat-2.14.3
camel-example-spark-rest-tomcat-2.14.2
camel-example-spark-rest-tomcat-2.14.1
camel-example-spark-rest-tomcat-2.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-spark-rest-tomcat</artifactId>
    <version>2.16.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.camel:camel-example-spark-rest-tomcat:2.16.5'

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

implementation("org.apache.camel:camel-example-spark-rest-tomcat:2.16.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.camel" % "camel-example-spark-rest-tomcat" % "2.16.5"

Advertisement