License |
License |
---|---|
GroupId | GroupIdorg.apache.kafka |
ArtifactId | ArtifactIdstreams-quickstart |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKafka 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 |
Filename | Size |
---|---|
streams-quickstart-3.2.0.pom | 4 KB |
Browse |
<!-- 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"]