MVN

io.confluent.parallelconsumer : parallel-consumer-core

Maven & Gradle

Aug 03, 2023
6 usages
517 stars

Confluent Parallel Consumer Core

<dependency>
    <groupId>io.confluent.parallelconsumer</groupId>
    <artifactId>parallel-consumer-core</artifactId>
    <version>0.5.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.confluent.parallelconsumer : parallel-consumer-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2.6

All Versions

Choose a version of io.confluent.parallelconsumer : parallel-consumer-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
parallel-consumer-core-0.5.2.6
parallel-consumer-core-0.5.2.5
parallel-consumer-core-0.5.2.4
parallel-consumer-core-0.5.2.3
parallel-consumer-core-0.5.2.2
parallel-consumer-core-0.5.2.1
parallel-consumer-core-0.5.2.0
parallel-consumer-core-0.5.1.0
parallel-consumer-core-0.5.0.0
0.4.x
parallel-consumer-core-0.4.0.1
parallel-consumer-core-0.4.0.0
0.3.x
parallel-consumer-core-0.3.2.0
parallel-consumer-core-0.3.1.0
parallel-consumer-core-0.3.0.3
parallel-consumer-core-0.3.0.2
parallel-consumer-core-0.3.0.1
parallel-consumer-core-0.3.0.0
0.2.x
parallel-consumer-core-0.2.0.3
parallel-consumer-core-0.2.0.2
parallel-consumer-core-0.2.0.1
parallel-consumer-core-0.2.0.0
0.1.x
parallel-consumer-core-0.1.0

How to add a dependency to Maven

Add the following io.confluent.parallelconsumer : parallel-consumer-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.confluent.parallelconsumer</groupId>
    <artifactId>parallel-consumer-core</artifactId>
    <version>0.5.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.confluent.parallelconsumer : parallel-consumer-core gradle dependency to your build.gradle file:

implementation 'io.confluent.parallelconsumer:parallel-consumer-core:0.5.2.6'

Gradle Kotlin DSL: Add the following io.confluent.parallelconsumer : parallel-consumer-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.confluent.parallelconsumer:parallel-consumer-core:0.5.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.confluent.parallelconsumer : parallel-consumer-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.confluent.parallelconsumer" % "parallel-consumer-core" % "0.5.2.6"