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