is not current version
Last Version 1.17.2

Testcontainers :: Kafka 1.15.3

Isolated container management for Java code testing

License

License

MIT
Categories

Categories

Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

kafka
Version

Version

1.15.3
Type

Type

jar
Description

Description

Testcontainers :: Kafka
Isolated container management for Java code testing
Project URL

Project URL

https://testcontainers.org
Source Code Management

Source Code Management

https://github.com/testcontainers/testcontainers-java/

Download kafka 1.15.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.testcontainers : testcontainers jar 1.15.3

Project Modules

There are no modules declared in this project.