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