Last Version

Kafka Streams :: Quickstart 3.2.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

3.2.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 3.2.0


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