License |
License |
---|---|
GroupId | GroupIdio.strimzi |
ArtifactId | ArtifactIdtest |
Last Version | Last Version0.27.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStrimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on
Kubernetes or OpenShift in various deployment configurations.
|
Filename | Size |
---|---|
test-0.27.1.pom | |
test-0.27.1.jar | 84 KB |
test-0.27.1-sources.jar | 43 KB |
test-0.27.1-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.strimzi/test/ -->
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>test</artifactId>
<version>0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/test/
implementation 'io.strimzi:test:0.27.1'
// https://jarcasting.com/artifacts/io.strimzi/test/
implementation ("io.strimzi:test:0.27.1")
'io.strimzi:test:jar:0.27.1'
<dependency org="io.strimzi" name="test" rev="0.27.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='test', version='0.27.1')
)
libraryDependencies += "io.strimzi" % "test" % "0.27.1"
[io.strimzi/test "0.27.1"]