Download kafka-junit-1.5.jar file - Jar k

Jar examples for k:kafka-junit

Description

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 1.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add kafka-junit-1.5.jar to your project.

<dependency>
   <groupId>com.github.charithe</groupId>
   <artifactId>kafka-junit</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'com.github.charithe', name: 'kafka-junit', version: '1.5'
libraryDependencies += "com.github.charithe" % "kafka-junit" % "1.5"
<dependency org="com.github.charithe" name="kafka-junit" rev="1.5"/>
@Grapes(@Grab(group='com.github.charithe', module='kafka-junit', version='1.5'))
'com.github.charithe:kafka-junit:jar:1.5'

Download

Click the following link to download the jar file.

kafka-junit-1.5-javadoc.jar
kafka-junit-1.5-sources.jar
kafka-junit-1.5.jar
kafka-junit-1.5.pom



Related Tutorials