GroupId | GroupIdio.confluent.parallelconsumer |
---|---|
ArtifactId | ArtifactIdparallel-consumer-example-streams |
Version | Version0.3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-example-streams/ -->
<dependency>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-example-streams</artifactId>
<version>0.3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-example-streams/
implementation 'io.confluent.parallelconsumer:parallel-consumer-example-streams:0.3.2.0'
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-example-streams/
implementation ("io.confluent.parallelconsumer:parallel-consumer-example-streams:0.3.2.0")
'io.confluent.parallelconsumer:parallel-consumer-example-streams:jar:0.3.2.0'
<dependency org="io.confluent.parallelconsumer" name="parallel-consumer-example-streams" rev="0.3.2.0">
<artifact name="parallel-consumer-example-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.parallelconsumer', module='parallel-consumer-example-streams', version='0.3.2.0')
)
libraryDependencies += "io.confluent.parallelconsumer" % "parallel-consumer-example-streams" % "0.3.2.0"
[io.confluent.parallelconsumer/parallel-consumer-example-streams "0.3.2.0"]