License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.github.ydespreaux.testcontainers |
ArtifactId | ArtifactIdtestcontainers-kafka-test |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontestcontainers-kafka-test
Utilities for kafka integration tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-kafka-test/ -->
<dependency>
<groupId>com.github.ydespreaux.testcontainers</groupId>
<artifactId>testcontainers-kafka-test</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-kafka-test/
implementation 'com.github.ydespreaux.testcontainers:testcontainers-kafka-test:1.3.0'
// https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-kafka-test/
implementation ("com.github.ydespreaux.testcontainers:testcontainers-kafka-test:1.3.0")
'com.github.ydespreaux.testcontainers:testcontainers-kafka-test:jar:1.3.0'
<dependency org="com.github.ydespreaux.testcontainers" name="testcontainers-kafka-test" rev="1.3.0">
<artifact name="testcontainers-kafka-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.testcontainers', module='testcontainers-kafka-test', version='1.3.0')
)
libraryDependencies += "com.github.ydespreaux.testcontainers" % "testcontainers-kafka-test" % "1.3.0"
[com.github.ydespreaux.testcontainers/testcontainers-kafka-test "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.kafka : spring-kafka | jar | 2.2.0.RELEASE |
org.springframework.kafka : spring-kafka-test | jar | 2.2.0.RELEASE |
com.github.ydespreaux.testcontainers : testcontainers-kafka | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
io.confluent » kafka-avro-serializer | jar | 5.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.avro : avro | jar | 1.8.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.1.0.RELEASE |