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