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