is not current version
Last Version 4.2.2

com.github.charithe:kafka-junit 2.2

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

2.2
Type

Type

jar

Download kafka-junit 2.2


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