GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-chunk-starter |
Version | Version3.7.7 |
Type | Typejar |
Filename | Size |
---|---|
camel-chunk-starter-3.7.7.pom | |
camel-chunk-starter-3.7.7.jar | 12 KB |
camel-chunk-starter-3.7.7-sources.jar | 11 KB |
camel-chunk-starter-3.7.7-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-chunk-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-chunk-starter</artifactId>
<version>3.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-chunk-starter/
implementation 'org.apache.camel.springboot:camel-chunk-starter:3.7.7'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-chunk-starter/
implementation ("org.apache.camel.springboot:camel-chunk-starter:3.7.7")
'org.apache.camel.springboot:camel-chunk-starter:jar:3.7.7'
<dependency org="org.apache.camel.springboot" name="camel-chunk-starter" rev="3.7.7">
<artifact name="camel-chunk-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-chunk-starter', version='3.7.7')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-chunk-starter" % "3.7.7"
[org.apache.camel.springboot/camel-chunk-starter "3.7.7"]