License |
License |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdcamel-kafka-starter |
Version | Version3.10.0 |
Type | Typejar |
Description |
DescriptionCamel SB Starters :: Kafka
Spring-Boot Starter for Camel Kafka support
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camel-kafka-starter-3.10.0.pom | |
camel-kafka-starter-3.10.0.jar | 30 KB |
camel-kafka-starter-3.10.0-sources.jar | 24 KB |
camel-kafka-starter-3.10.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-kafka-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-kafka-starter</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-kafka-starter/
implementation 'org.apache.camel.springboot:camel-kafka-starter:3.10.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-kafka-starter/
implementation ("org.apache.camel.springboot:camel-kafka-starter:3.10.0")
'org.apache.camel.springboot:camel-kafka-starter:jar:3.10.0'
<dependency org="org.apache.camel.springboot" name="camel-kafka-starter" rev="3.10.0">
<artifact name="camel-kafka-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-kafka-starter', version='3.10.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-kafka-starter" % "3.10.0"
[org.apache.camel.springboot/camel-kafka-starter "3.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.5 |
org.apache.camel : camel-kafka | jar | 3.10.0 |
org.apache.camel.springboot : camel-core-starter | jar | 3.10.0 |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.4.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.4.5 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.5 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.4.5 |
org.apache.camel.springboot : camel-spring-boot-dependencies | pom | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |
org.apache.camel : camel-test-spring | jar | 3.10.0 |