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