s

spring-boot

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