GroupId | GroupIdorg.apache.kafka |
---|---|
ArtifactId | ArtifactIdstreams-quickstart |
Version | Version0.11.0.3 |
Type | Typepom |
Filename | Size |
---|---|
streams-quickstart-0.11.0.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kafka/streams-quickstart/ -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<version>0.11.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kafka/streams-quickstart/
implementation 'org.apache.kafka:streams-quickstart:0.11.0.3'
// https://jarcasting.com/artifacts/org.apache.kafka/streams-quickstart/
implementation ("org.apache.kafka:streams-quickstart:0.11.0.3")
'org.apache.kafka:streams-quickstart:pom:0.11.0.3'
<dependency org="org.apache.kafka" name="streams-quickstart" rev="0.11.0.3">
<artifact name="streams-quickstart" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.kafka', module='streams-quickstart', version='0.11.0.3')
)
libraryDependencies += "org.apache.kafka" % "streams-quickstart" % "0.11.0.3"
[org.apache.kafka/streams-quickstart "0.11.0.3"]