License |
License |
---|---|
GroupId | GroupIdio.strimzi |
ArtifactId | ArtifactIdstrimzi |
Last Version | Last Version0.29.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStrimzi - Apache Kafka on Kubernetes and OpenShift
Strimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on
Kubernetes or OpenShift in various deployment configurations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
strimzi-0.29.0.pom | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.strimzi/strimzi/ -->
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.29.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/strimzi/
implementation 'io.strimzi:strimzi:0.29.0'
// https://jarcasting.com/artifacts/io.strimzi/strimzi/
implementation ("io.strimzi:strimzi:0.29.0")
'io.strimzi:strimzi:pom:0.29.0'
<dependency org="io.strimzi" name="strimzi" rev="0.29.0">
<artifact name="strimzi" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='strimzi', version='0.29.0')
)
libraryDependencies += "io.strimzi" % "strimzi" % "0.29.0"
[io.strimzi/strimzi "0.29.0"]