Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.ydespreaux.testcontainers |
ArtifactId | ArtifactIdtestcontainers-kafka |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
testcontainers-kafka-1.2.0.pom | |
testcontainers-kafka-1.2.0.jar | 48 KB |
testcontainers-kafka-1.2.0-sources.jar | 34 KB |
testcontainers-kafka-1.2.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-kafka/ -->
<dependency>
<groupId>com.github.ydespreaux.testcontainers</groupId>
<artifactId>testcontainers-kafka</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-kafka/
implementation 'com.github.ydespreaux.testcontainers:testcontainers-kafka:1.2.0'
// https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-kafka/
implementation ("com.github.ydespreaux.testcontainers:testcontainers-kafka:1.2.0")
'com.github.ydespreaux.testcontainers:testcontainers-kafka:jar:1.2.0'
<dependency org="com.github.ydespreaux.testcontainers" name="testcontainers-kafka" rev="1.2.0">
<artifact name="testcontainers-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.testcontainers', module='testcontainers-kafka', version='1.2.0')
)
libraryDependencies += "com.github.ydespreaux.testcontainers" % "testcontainers-kafka" % "1.2.0"
[com.github.ydespreaux.testcontainers/testcontainers-kafka "1.2.0"]