is not current version
Last Version 3.2.0

Kafka Streams :: Quickstart 2.8.0

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

License

License

GroupId

GroupId

org.apache.kafka
ArtifactId

ArtifactId

streams-quickstart
Version

Version

2.8.0
Type

Type

pom
Description

Description

Kafka Streams :: Quickstart
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Project Organization

Project Organization

The Apache Software Foundation

Download streams-quickstart 2.8.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • java