文件名 | 操作 |
---|---|
components-starter-3.14.0.pom | 下载 |
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>components-starter</artifactId>
<version>3.14.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='components-starter', version='3.14.0')
)
<parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-starter-parent</artifactId> <version>3.14.0</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