MVN

org.apache.camel.springboot : camel-azure-starter

Maven & Gradle

Dec 18, 2021
7 usages

Camel SB Starters :: Azure · Spring-Boot Starter for Camel Microsoft Azure Components

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-azure-starter</artifactId>
    <version>3.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.7.7

All Versions

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

Version Vulnerabilities Updated
3.8.x
camel-azure-starter-3.8.0
3.7.x
camel-azure-starter-3.7.7
camel-azure-starter-3.7.6
camel-azure-starter-3.7.5
camel-azure-starter-3.7.4
camel-azure-starter-3.7.3
camel-azure-starter-3.7.2
camel-azure-starter-3.7.1
camel-azure-starter-3.7.0
3.6.x
camel-azure-starter-3.6.0
3.5.x
camel-azure-starter-3.5.0
3.4.x
camel-azure-starter-3.4.6
camel-azure-starter-3.4.5
camel-azure-starter-3.4.4
camel-azure-starter-3.4.3
camel-azure-starter-3.4.2
camel-azure-starter-3.4.1
camel-azure-starter-3.4.0
3.3.x
camel-azure-starter-3.3.0
3.2.x
camel-azure-starter-3.2.0
3.1.x
camel-azure-starter-3.1.0
3.0.x
camel-azure-starter-3.0.1
camel-azure-starter-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-azure-starter</artifactId>
    <version>3.7.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.camel.springboot:camel-azure-starter:3.7.7'

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

implementation("org.apache.camel.springboot:camel-azure-starter:3.7.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.camel.springboot" % "camel-azure-starter" % "3.7.7"