GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcomponents-starter |
Version | Version3.11.2 |
Type | Typepom |
Filename | Size |
---|---|
components-starter-3.11.2.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/components-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>components-starter</artifactId>
<version>3.11.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/components-starter/
implementation 'org.apache.camel.springboot:components-starter:3.11.2'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/components-starter/
implementation ("org.apache.camel.springboot:components-starter:3.11.2")
'org.apache.camel.springboot:components-starter:pom:3.11.2'
<dependency org="org.apache.camel.springboot" name="components-starter" rev="3.11.2">
<artifact name="components-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='components-starter', version='3.11.2')
)
libraryDependencies += "org.apache.camel.springboot" % "components-starter" % "3.11.2"
[org.apache.camel.springboot/components-starter "3.11.2"]