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