Skip to content

Setup

This page describes dependency setup, configuration options, commands, and Helm-based deployment for streams-bootstrap.

Dependencies

Gradle

implementation(group = "com.bakdata.kafka", name = "streams-bootstrap-cli", version = "7.0.0")

Maven


<dependency>
    <groupId>com.bakdata.kafka</groupId>
    <artifactId>streams-bootstrap-cli</artifactId>
    <version>7.0.0</version>
</dependency>

For other build tools or versions, refer to the latest version in MvnRepository.