License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdio.strimzi |
ArtifactId | ArtifactIdstrimzi-test-container |
Last Version | Last Version0.101.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStrimzi test container
The test container repository primarily relates to developing and maintaining test container code using Kafka image from the `strimzi/test-container-images` repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.strimzi/strimzi-test-container/ -->
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<version>0.101.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/strimzi-test-container/
implementation 'io.strimzi:strimzi-test-container:0.101.0'
// https://jarcasting.com/artifacts/io.strimzi/strimzi-test-container/
implementation ("io.strimzi:strimzi-test-container:0.101.0")
'io.strimzi:strimzi-test-container:jar:0.101.0'
<dependency org="io.strimzi" name="strimzi-test-container" rev="0.101.0">
<artifact name="strimzi-test-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='strimzi-test-container', version='0.101.0')
)
libraryDependencies += "io.strimzi" % "strimzi-test-container" % "0.101.0"
[io.strimzi/strimzi-test-container "0.101.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.15.2 |
com.github.docker-java : docker-java-api | jar | 3.2.7 |
org.slf4j : slf4j-api | jar | 1.7.32 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
org.apache.kafka : kafka-clients | jar | 3.0.0 |
org.apache.commons : commons-compress | jar | 1.21 |
junit : junit | jar | 4.13.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs-annotations | jar | 4.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |