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