is not current version
Last Version 3.2.4

com.salesforce.kafka.test:kafka-junit 1.0.0

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.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.salesforce.kafka.test
ArtifactId

ArtifactId

kafka-junit
Version

Version

1.0.0
Type

Type

jar

Download kafka-junit 1.0.0


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