| Группа | Группаio.confluent.parallelconsumer |
|---|---|
| Идентификатор | Идентификаторparallel-consumer-examples |
| Версия | Версия0.3.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| parallel-consumer-examples-0.3.2.0.pom | 866 bytes |
| parallel-consumer-examples-0.3.2.0-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-examples/ -->
<dependency>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-examples/
implementation 'io.confluent.parallelconsumer:parallel-consumer-examples:0.3.2.0'
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-examples/
implementation ("io.confluent.parallelconsumer:parallel-consumer-examples:0.3.2.0")
'io.confluent.parallelconsumer:parallel-consumer-examples:jar:0.3.2.0'
<dependency org="io.confluent.parallelconsumer" name="parallel-consumer-examples" rev="0.3.2.0">
<artifact name="parallel-consumer-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.parallelconsumer', module='parallel-consumer-examples', version='0.3.2.0')
)
libraryDependencies += "io.confluent.parallelconsumer" % "parallel-consumer-examples" % "0.3.2.0"
[io.confluent.parallelconsumer/parallel-consumer-examples "0.3.2.0"]