MVN

org.apache.camel : camel-catalog-rest-app

Maven & Gradle

May 25, 2021
5 usages

Camel :: Platforms :: Camel Catalog :: REST App (deprecated) · Camel Catalog REST standalone application

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-catalog-rest-app</artifactId>
    <version>2.25.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : camel-catalog-rest-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.25.4

All Versions

Choose a version of org.apache.camel : camel-catalog-rest-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.25.x
camel-catalog-rest-app-2.25.4
camel-catalog-rest-app-2.25.3
camel-catalog-rest-app-2.25.2
camel-catalog-rest-app-2.25.1
camel-catalog-rest-app-2.25.0
2.24.x
camel-catalog-rest-app-2.24.3
camel-catalog-rest-app-2.24.2
camel-catalog-rest-app-2.24.1
camel-catalog-rest-app-2.24.0
2.23.x
camel-catalog-rest-app-2.23.4
camel-catalog-rest-app-2.23.3
camel-catalog-rest-app-2.23.2
camel-catalog-rest-app-2.23.1
camel-catalog-rest-app-2.23.0
2.22.x
camel-catalog-rest-app-2.22.5
camel-catalog-rest-app-2.22.4
camel-catalog-rest-app-2.22.3
camel-catalog-rest-app-2.22.2
camel-catalog-rest-app-2.22.1
camel-catalog-rest-app-2.22.0
2.21.x
camel-catalog-rest-app-2.21.5
camel-catalog-rest-app-2.21.4
camel-catalog-rest-app-2.21.3
camel-catalog-rest-app-2.21.2
camel-catalog-rest-app-2.21.1
camel-catalog-rest-app-2.21.0
2.20.x
camel-catalog-rest-app-2.20.4
camel-catalog-rest-app-2.20.3
camel-catalog-rest-app-2.20.2
camel-catalog-rest-app-2.20.1
camel-catalog-rest-app-2.20.0
2.19.x
camel-catalog-rest-app-2.19.5
camel-catalog-rest-app-2.19.4
camel-catalog-rest-app-2.19.3
camel-catalog-rest-app-2.19.2
camel-catalog-rest-app-2.19.1
camel-catalog-rest-app-2.19.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-catalog-rest-app</artifactId>
    <version>2.25.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel : camel-catalog-rest-app gradle dependency to your build.gradle file:

implementation 'org.apache.camel:camel-catalog-rest-app:2.25.4'

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

implementation("org.apache.camel:camel-catalog-rest-app:2.25.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel : camel-catalog-rest-app sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel" % "camel-catalog-rest-app" % "2.25.4"

Advertisement