GroupId | GroupIdio.confluent.parallelconsumer |
---|---|
ArtifactId | ArtifactIdparallel-consumer-examples |
Version | Version0.2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
parallel-consumer-examples-0.2.0.1.pom | 866 bytes |
parallel-consumer-examples-0.2.0.1-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-examples/ -->
<dependency>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-examples/
implementation 'io.confluent.parallelconsumer:parallel-consumer-examples:0.2.0.1'
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-examples/
implementation ("io.confluent.parallelconsumer:parallel-consumer-examples:0.2.0.1")
'io.confluent.parallelconsumer:parallel-consumer-examples:jar:0.2.0.1'
<dependency org="io.confluent.parallelconsumer" name="parallel-consumer-examples" rev="0.2.0.1">
<artifact name="parallel-consumer-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.parallelconsumer', module='parallel-consumer-examples', version='0.2.0.1')
)
libraryDependencies += "io.confluent.parallelconsumer" % "parallel-consumer-examples" % "0.2.0.1"
[io.confluent.parallelconsumer/parallel-consumer-examples "0.2.0.1"]