<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-controlbus-starter</artifactId>
<version>3.0.0</version>
</dependency>
libraryDependencies += "org.apache.camel.springboot" % "camel-controlbus-starter" % "3.0.0"
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-controlbus-starter', version='3.0.0')
)
<dependency org="org.apache.camel.springboot" name="camel-controlbus-starter" rev="3.0.0" />
<parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>components-starter</artifactId> <version>3.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.2.1.RELEASE
|-- org.apache.camel:camel-controlbus:3.0.0
|-- org.apache.camel.springboot:camel-core-starter:3.0.0
|-- org.apache.camel.springboot:camel-spring-boot-starter:3.0.0
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.2.1.RELEASE
provided
|-- org.springframework.boot:spring-boot:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.1.RELEASE
|-- org.apache.camel.springboot:camel-spring-boot-dependencies:3.0.0