is not current version
Last Version 3.2.0

net.mguenther.kafka:kafka-junit 1.0.1

Provides an embedded Kafka cluster consisting of Apache ZooKeeper, Apache Kafka Brokers and Kafka Connect workers in distributed mode along with a rich set of convenient accessors to interact with the embedded Kafka cluster.

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.mguenther.kafka
ArtifactId

ArtifactId

kafka-junit
Version

Version

1.0.1
Type

Type

jar

Download kafka-junit 1.0.1


<!-- https://jarcasting.com/artifacts/net.mguenther.kafka/kafka-junit/ -->
<dependency>
    <groupId>net.mguenther.kafka</groupId>
    <artifactId>kafka-junit</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.mguenther.kafka/kafka-junit/
implementation 'net.mguenther.kafka:kafka-junit:1.0.1'
// https://jarcasting.com/artifacts/net.mguenther.kafka/kafka-junit/
implementation ("net.mguenther.kafka:kafka-junit:1.0.1")
'net.mguenther.kafka:kafka-junit:jar:1.0.1'
<dependency org="net.mguenther.kafka" name="kafka-junit" rev="1.0.1">
  <artifact name="kafka-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mguenther.kafka', module='kafka-junit', version='1.0.1')
)
libraryDependencies += "net.mguenther.kafka" % "kafka-junit" % "1.0.1"
[net.mguenther.kafka/kafka-junit "1.0.1"]