Jar examples for k:kafka-junit
This library wraps Kafka's embedded test cluster, allowing you to more easily create and run integration tests using JUnit against a "real" kafka server running within the context of your tests.
You can download jar file kafka-junit 3.0.4 in this page.
Apache License, Version 2.0
You can use the following script to add kafka-junit-3.0.4.jar to your project.
<dependency> <groupId>com.github.charithe</groupId> <artifactId>kafka-junit</artifactId> <version>3.0.4</version> </dependency>
compile group: 'com.github.charithe', name: 'kafka-junit', version: '3.0.4'
libraryDependencies += "com.github.charithe" % "kafka-junit" % "3.0.4"
<dependency org="com.github.charithe" name="kafka-junit" rev="3.0.4"/>
@Grapes(@Grab(group='com.github.charithe', module='kafka-junit', version='3.0.4'))
'com.github.charithe:kafka-junit:jar:3.0.4'
Click the following link to download the jar file.
kafka-junit-3.0.4-0.10.2.1.jar