is not current version
Last Version 3.2.4

com.salesforce.kafka.test:kafka-junit 2.2.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

2.2.0
Type

Type

pom

Download kafka-junit 2.2.0

Filename Size
kafka-junit-2.2.0.pom 13 KB
Browse

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