не последняя версия
Последняя версия 3.2.0

net.mguenther.kafka:kafka-junit 2.6.0

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 and fault injectors to interact with the embedded Kafka cluster. Supports working against external clusters as well.

Категории

Категории

JUnit Тестирование компонентов Сеть
Группа

Группа

net.mguenther.kafka
Идентификатор

Идентификатор

kafka-junit
Версия

Версия

2.6.0
Тип

Тип

jar

Скачать kafka-junit 2.6.0


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