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