Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.projectreactor.kafka |
ArtifactId | ArtifactIdreactor-kafka-samples |
Version | Version1.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.projectreactor.kafka/reactor-kafka-samples/ -->
<dependency>
<groupId>io.projectreactor.kafka</groupId>
<artifactId>reactor-kafka-samples</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.kafka/reactor-kafka-samples/
implementation 'io.projectreactor.kafka:reactor-kafka-samples:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.kafka/reactor-kafka-samples/
implementation ("io.projectreactor.kafka:reactor-kafka-samples:1.1.0.RELEASE")
'io.projectreactor.kafka:reactor-kafka-samples:jar:1.1.0.RELEASE'
<dependency org="io.projectreactor.kafka" name="reactor-kafka-samples" rev="1.1.0.RELEASE">
<artifact name="reactor-kafka-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.kafka', module='reactor-kafka-samples', version='1.1.0.RELEASE')
)
libraryDependencies += "io.projectreactor.kafka" % "reactor-kafka-samples" % "1.1.0.RELEASE"
[io.projectreactor.kafka/reactor-kafka-samples "1.1.0.RELEASE"]