| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.charithe |
| ArtifactId | ArtifactIdkafka-junit |
| Last Version | Last Version4.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkafka-junit
JUnit rule to spin-up a Kafka broker during tests
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kafka-junit-4.2.2.pom | |
| kafka-junit-4.2.2.jar | 25 KB |
| kafka-junit-4.2.2-sources.jar | 11 KB |
| kafka-junit-4.2.2-javadoc.jar | 64 KB |
| kafka-junit-4.2.2-2.4.1.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.charithe/kafka-junit/ -->
<dependency>
<groupId>com.github.charithe</groupId>
<artifactId>kafka-junit</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charithe/kafka-junit/
implementation 'com.github.charithe:kafka-junit:4.2.2'
// https://jarcasting.com/artifacts/com.github.charithe/kafka-junit/
implementation ("com.github.charithe:kafka-junit:4.2.2")
'com.github.charithe:kafka-junit:jar:4.2.2'
<dependency org="com.github.charithe" name="kafka-junit" rev="4.2.2">
<artifact name="kafka-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charithe', module='kafka-junit', version='4.2.2')
)
libraryDependencies += "com.github.charithe" % "kafka-junit" % "4.2.2"
[com.github.charithe/kafka-junit "4.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.36 |
| org.apache.curator : curator-test | jar | 5.2.1 |
| org.apache.kafka : kafka_2.13 | jar | 3.2.0 |
| org.apache.kafka : kafka-clients | jar | 3.2.0 |
| com.google.guava : guava | jar | 31.1-jre |
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| io.dropwizard.metrics : metrics-core | jar | 4.2.9 |
| org.xerial.snappy : snappy-java | jar | 1.1.8.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apiguardian : apiguardian-api | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |