MVN

org.apache.camel : spring-boot

Maven & Gradle

May 24, 2021

Camel :: Platforms :: Spring-Boot

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>spring-boot</artifactId>
    <version>2.25.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 2.25.4
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of org.apache.camel : spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
spring-boot-3.0.0-RC3
spring-boot-3.0.0-RC2
spring-boot-3.0.0-RC1
spring-boot-3.0.0-M4
spring-boot-3.0.0-M3
spring-boot-3.0.0-M2
spring-boot-3.0.0-M1
2.25.x
spring-boot-2.25.4
spring-boot-2.25.3
spring-boot-2.25.2
spring-boot-2.25.1
spring-boot-2.25.0
2.24.x
spring-boot-2.24.3
spring-boot-2.24.2
spring-boot-2.24.1
spring-boot-2.24.0
2.23.x
spring-boot-2.23.4
spring-boot-2.23.3
spring-boot-2.23.2
spring-boot-2.23.1
spring-boot-2.23.0
2.22.x
spring-boot-2.22.5
spring-boot-2.22.4
spring-boot-2.22.3
spring-boot-2.22.2
spring-boot-2.22.1
spring-boot-2.22.0
2.21.x
spring-boot-2.21.5
spring-boot-2.21.4
spring-boot-2.21.3
spring-boot-2.21.2
spring-boot-2.21.1
spring-boot-2.21.0
2.20.x
spring-boot-2.20.4
spring-boot-2.20.3
spring-boot-2.20.2
spring-boot-2.20.1
spring-boot-2.20.0
2.19.x
spring-boot-2.19.5
spring-boot-2.19.4
spring-boot-2.19.3
spring-boot-2.19.2
spring-boot-2.19.1
spring-boot-2.19.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>spring-boot</artifactId>
    <version>2.25.4</version>
</dependency>

Advertisement