is not current version
Last Version 0.29.0

io.strimzi:strimzi 0.11.1

Strimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on Kubernetes or OpenShift in various deployment configurations.

GroupId

GroupId

io.strimzi
ArtifactId

ArtifactId

strimzi
Version

Version

0.11.1
Type

Type

pom

Download strimzi 0.11.1

Filename Size
strimzi-0.11.1.pom 30 KB
Browse

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