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