is not current version
Last Version 3.2.0

org.apache.kafka:streams-quickstart 1.1.0


GroupId

GroupId

org.apache.kafka
ArtifactId

ArtifactId

streams-quickstart
Version

Version

1.1.0
Type

Type

pom

Download streams-quickstart 1.1.0


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