is not current version
Last Version 1.3.11

io.projectreactor.kafka:reactor-kafka 1.2.4.RELEASE

Reactor Kafka: A reactive API for Apache Kafka

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.kafka
ArtifactId

ArtifactId

reactor-kafka
Version

Version

1.2.4.RELEASE
Type

Type

jar

Download reactor-kafka 1.2.4.RELEASE


<!-- https://jarcasting.com/artifacts/io.projectreactor.kafka/reactor-kafka/ -->
<dependency>
    <groupId>io.projectreactor.kafka</groupId>
    <artifactId>reactor-kafka</artifactId>
    <version>1.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.kafka/reactor-kafka/
implementation 'io.projectreactor.kafka:reactor-kafka:1.2.4.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.kafka/reactor-kafka/
implementation ("io.projectreactor.kafka:reactor-kafka:1.2.4.RELEASE")
'io.projectreactor.kafka:reactor-kafka:jar:1.2.4.RELEASE'
<dependency org="io.projectreactor.kafka" name="reactor-kafka" rev="1.2.4.RELEASE">
  <artifact name="reactor-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.kafka', module='reactor-kafka', version='1.2.4.RELEASE')
)
libraryDependencies += "io.projectreactor.kafka" % "reactor-kafka" % "1.2.4.RELEASE"
[io.projectreactor.kafka/reactor-kafka "1.2.4.RELEASE"]