GroupId | GroupIdorg.apache.kafka |
---|---|
ArtifactId | ArtifactIdkafka-examples |
Version | Version0.10.1.1 |
Type | Typejar |
Filename | Size |
---|---|
kafka-examples-0.10.1.1.pom | |
kafka-examples-0.10.1.1.jar | 17 KB |
kafka-examples-0.10.1.1-sources.jar | 15 KB |
kafka-examples-0.10.1.1-javadoc.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kafka/kafka-examples/ -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-examples</artifactId>
<version>0.10.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kafka/kafka-examples/
implementation 'org.apache.kafka:kafka-examples:0.10.1.1'
// https://jarcasting.com/artifacts/org.apache.kafka/kafka-examples/
implementation ("org.apache.kafka:kafka-examples:0.10.1.1")
'org.apache.kafka:kafka-examples:jar:0.10.1.1'
<dependency org="org.apache.kafka" name="kafka-examples" rev="0.10.1.1">
<artifact name="kafka-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kafka', module='kafka-examples', version='0.10.1.1')
)
libraryDependencies += "org.apache.kafka" % "kafka-examples" % "0.10.1.1"
[org.apache.kafka/kafka-examples "0.10.1.1"]