s

spring-boot

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