GroupId | GroupIdorg.apache.kafka |
---|---|
ArtifactId | ArtifactIdstreams-quickstart |
Version | Version2.3.0 |
Type | Typepom |
Filename | Size |
---|---|
streams-quickstart-2.3.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>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kafka/streams-quickstart/
implementation 'org.apache.kafka:streams-quickstart:2.3.0'
// https://jarcasting.com/artifacts/org.apache.kafka/streams-quickstart/
implementation ("org.apache.kafka:streams-quickstart:2.3.0")
'org.apache.kafka:streams-quickstart:pom:2.3.0'
<dependency org="org.apache.kafka" name="streams-quickstart" rev="2.3.0">
<artifact name="streams-quickstart" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.kafka', module='streams-quickstart', version='2.3.0')
)
libraryDependencies += "org.apache.kafka" % "streams-quickstart" % "2.3.0"
[org.apache.kafka/streams-quickstart "2.3.0"]