s

spring-boot

Camel Spring Boot Root POM
https://camel.apache.org
The Apache Camel Team
Files download
File Operation
spring-boot-4.9.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>spring-boot</artifactId>
  <version>4.9.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:spring-boot:4.9.0'
Gradle Kotlin
implementation("org.apache.camel.springboot:spring-boot:4.9.0")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "spring-boot" % "4.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='spring-boot', version='4.9.0')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="spring-boot" rev="4.9.0" />
Leiningen
[org.apache.camel.springboot/spring-boot "4.9.0"]
Apache Buildr
'org.apache.camel.springboot:spring-boot:jar:4.9.0'