is not current version
Last Version 4.2.2

com.github.charithe:kafka-junit 1.7

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

1.7
Type

Type

jar

Download kafka-junit 1.7


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