is not current version
Last Version 3.2.0

org.apache.kafka:streams-quickstart 2.4.0


GroupId

GroupId

org.apache.kafka
ArtifactId

ArtifactId

streams-quickstart
Version

Version

2.4.0
Type

Type

pom

Download streams-quickstart 2.4.0


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