MVN

org.apache.camel.springboot : camel-catalog-provider-springboot

Maven & Gradle

Aug 10, 2023
1 usages

Camel SB :: Catalog Provider · Camel Catalog Spring Boot

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-catalog-provider-springboot</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0
  • Latest Release Candidate: 4.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
4.0.x
camel-catalog-provider-springboot-4.0.0
camel-catalog-provider-springboot-4.0.0-RC2
camel-catalog-provider-springboot-4.0.0-RC1
camel-catalog-provider-springboot-4.0.0-M3
camel-catalog-provider-springboot-4.0.0-M2
camel-catalog-provider-springboot-4.0.0-M1
3.21.x
camel-catalog-provider-springboot-3.21.0
3.20.x
camel-catalog-provider-springboot-3.20.6
camel-catalog-provider-springboot-3.20.5
camel-catalog-provider-springboot-3.20.4
camel-catalog-provider-springboot-3.20.3
camel-catalog-provider-springboot-3.20.2
camel-catalog-provider-springboot-3.20.1
camel-catalog-provider-springboot-3.20.0
3.19.x
camel-catalog-provider-springboot-3.19.0
3.18.x
camel-catalog-provider-springboot-3.18.8
camel-catalog-provider-springboot-3.18.7
camel-catalog-provider-springboot-3.18.6
camel-catalog-provider-springboot-3.18.5
camel-catalog-provider-springboot-3.18.4
camel-catalog-provider-springboot-3.18.3
camel-catalog-provider-springboot-3.18.2
camel-catalog-provider-springboot-3.18.1
camel-catalog-provider-springboot-3.18.0
3.17.x
camel-catalog-provider-springboot-3.17.0
3.16.x
camel-catalog-provider-springboot-3.16.0
3.15.x
camel-catalog-provider-springboot-3.15.0
3.14.x
camel-catalog-provider-springboot-3.14.9
camel-catalog-provider-springboot-3.14.8
camel-catalog-provider-springboot-3.14.7
camel-catalog-provider-springboot-3.14.6
camel-catalog-provider-springboot-3.14.5
camel-catalog-provider-springboot-3.14.4
camel-catalog-provider-springboot-3.14.3
camel-catalog-provider-springboot-3.14.2
camel-catalog-provider-springboot-3.14.1
camel-catalog-provider-springboot-3.14.0
3.13.x
camel-catalog-provider-springboot-3.13.0
3.12.x
camel-catalog-provider-springboot-3.12.0
3.11.x
camel-catalog-provider-springboot-3.11.7
camel-catalog-provider-springboot-3.11.6
camel-catalog-provider-springboot-3.11.5
camel-catalog-provider-springboot-3.11.4
camel-catalog-provider-springboot-3.11.3
camel-catalog-provider-springboot-3.11.2
camel-catalog-provider-springboot-3.11.1
camel-catalog-provider-springboot-3.11.0
3.10.x
camel-catalog-provider-springboot-3.10.0
3.9.x
camel-catalog-provider-springboot-3.9.0
3.8.x
camel-catalog-provider-springboot-3.8.0
3.7.x
camel-catalog-provider-springboot-3.7.7
camel-catalog-provider-springboot-3.7.6
camel-catalog-provider-springboot-3.7.5
camel-catalog-provider-springboot-3.7.4
camel-catalog-provider-springboot-3.7.3
camel-catalog-provider-springboot-3.7.2
camel-catalog-provider-springboot-3.7.1
camel-catalog-provider-springboot-3.7.0
3.6.x
camel-catalog-provider-springboot-3.6.0
3.5.x
camel-catalog-provider-springboot-3.5.0
3.4.x
camel-catalog-provider-springboot-3.4.6
camel-catalog-provider-springboot-3.4.5
camel-catalog-provider-springboot-3.4.4
camel-catalog-provider-springboot-3.4.3
camel-catalog-provider-springboot-3.4.2
camel-catalog-provider-springboot-3.4.1
camel-catalog-provider-springboot-3.4.0
3.3.x
camel-catalog-provider-springboot-3.3.0
3.2.x
camel-catalog-provider-springboot-3.2.0
3.1.x
camel-catalog-provider-springboot-3.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-catalog-provider-springboot</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.camel.springboot:camel-catalog-provider-springboot:4.0.0'

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

implementation("org.apache.camel.springboot:camel-catalog-provider-springboot:4.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.camel.springboot" % "camel-catalog-provider-springboot" % "4.0.0"

Advertisement