File | Operation |
---|---|
spring-boot-3.1.0.pom | download |
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>spring-boot</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='spring-boot', version='3.1.0')
)
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>21</version> </parent>