Last Version

Kafka Unit 1.0

Unit testing for Kafka

License

License

GroupId

GroupId

info.batey.kafka
ArtifactId

ArtifactId

kafka-unit
Version

Version

1.0
Type

Type

jar
Description

Description

Kafka Unit
Unit testing for Kafka
Project URL

Project URL

https://github.com/chbatey/kafka-unit
Source Code Management

Source Code Management

https://github.com/chbatey/kafka-unit

Download kafka-unit 1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.kafka : kafka_2.11 jar 1.0.0
junit : junit jar 4.11
org.apache.zookeeper : zookeeper jar 3.4.10
org.apache.commons : commons-io jar 1.3.2

Project Modules

There are no modules declared in this project.