MVN

org.mandas.kafka : kafka-cluster-unit

Maven & Gradle

Dec 26, 2020
0 stars

Kafka Cluster unit testing framework · Unit testing with a Kafka cluster

<dependency>
    <groupId>org.mandas.kafka</groupId>
    <artifactId>kafka-cluster-unit</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mandas.kafka : kafka-cluster-unit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of org.mandas.kafka : kafka-cluster-unit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
kafka-cluster-unit-2.7.0
2.6.x
kafka-cluster-unit-2.6.0
2.5.x
kafka-cluster-unit-2.5.0
2.4.x
kafka-cluster-unit-2.4.0
2.3.x
kafka-cluster-unit-2.3.0
2.1.x
kafka-cluster-unit-2.1.0
2.0.x
kafka-cluster-unit-2.0.5
kafka-cluster-unit-2.0.4
kafka-cluster-unit-2.0.3
kafka-cluster-unit-2.0.2
kafka-cluster-unit-2.0.1
kafka-cluster-unit-2.0.0
1.0.x
kafka-cluster-unit-1.0.3
kafka-cluster-unit-1.0.2
kafka-cluster-unit-1.0.1
kafka-cluster-unit-1.0.0

How to add a dependency to Maven

Add the following org.mandas.kafka : kafka-cluster-unit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mandas.kafka</groupId>
    <artifactId>kafka-cluster-unit</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mandas.kafka : kafka-cluster-unit gradle dependency to your build.gradle file:

implementation 'org.mandas.kafka:kafka-cluster-unit:2.7.0'

Gradle Kotlin DSL: Add the following org.mandas.kafka : kafka-cluster-unit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mandas.kafka:kafka-cluster-unit:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mandas.kafka : kafka-cluster-unit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mandas.kafka" % "kafka-cluster-unit" % "2.7.0"