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