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