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