<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-core-starter</artifactId>
<version>3.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-core-starter', version='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-core:3.0.0
|-- org.apache.camel:camel-spring-boot: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