GroupId | GroupIdorg.apache.kafka |
---|---|
ArtifactId | ArtifactIdkafka-examples |
Version | Version0.11.0.3 |
Type | Typejar |
Filename | Size |
---|---|
kafka-examples-0.11.0.3.pom | |
kafka-examples-0.11.0.3.jar | 17 KB |
kafka-examples-0.11.0.3-sources.jar | 15 KB |
kafka-examples-0.11.0.3-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.11.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kafka/kafka-examples/
implementation 'org.apache.kafka:kafka-examples:0.11.0.3'
// https://jarcasting.com/artifacts/org.apache.kafka/kafka-examples/
implementation ("org.apache.kafka:kafka-examples:0.11.0.3")
'org.apache.kafka:kafka-examples:jar:0.11.0.3'
<dependency org="org.apache.kafka" name="kafka-examples" rev="0.11.0.3">
<artifact name="kafka-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kafka', module='kafka-examples', version='0.11.0.3')
)
libraryDependencies += "org.apache.kafka" % "kafka-examples" % "0.11.0.3"
[org.apache.kafka/kafka-examples "0.11.0.3"]