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