is not current version
Last Version 1.3.11

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

Samples for Reactor Kafka

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.kafka
ArtifactId

ArtifactId

reactor-kafka-samples
Version

Version

1.2.4.RELEASE
Type

Type

jar

Download reactor-kafka-samples 1.2.4.RELEASE


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