File | Operation |
---|---|
components-starter-3.7.7.pom | download |
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>components-starter</artifactId>
<version>3.7.7</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='components-starter', version='3.7.7')
)
<parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-starter-parent</artifactId> <version>3.7.7</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure-processor
provided
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
test