is not current version
Last Version 4.2.2

com.github.charithe:kafka-junit 4.1.10

JUnit rule to spin-up a Kafka broker during tests

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.charithe
ArtifactId

ArtifactId

kafka-junit
Version

Version

4.1.10
Type

Type

jar

Download kafka-junit 4.1.10


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