Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.jeqo.kafka |
ArtifactId | ArtifactIdkafka-clients |
Version | Version0.2.1-RC2 |
Type | Typepom |
Filename | Size |
---|---|
kafka-clients-0.2.1-RC2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jeqo.kafka/kafka-clients/ -->
<dependency>
<groupId>io.github.jeqo.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.2.1-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.kafka/kafka-clients/
implementation 'io.github.jeqo.kafka:kafka-clients:0.2.1-RC2'
// https://jarcasting.com/artifacts/io.github.jeqo.kafka/kafka-clients/
implementation ("io.github.jeqo.kafka:kafka-clients:0.2.1-RC2")
'io.github.jeqo.kafka:kafka-clients:pom:0.2.1-RC2'
<dependency org="io.github.jeqo.kafka" name="kafka-clients" rev="0.2.1-RC2">
<artifact name="kafka-clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.kafka', module='kafka-clients', version='0.2.1-RC2')
)
libraryDependencies += "io.github.jeqo.kafka" % "kafka-clients" % "0.2.1-RC2"
[io.github.jeqo.kafka/kafka-clients "0.2.1-RC2"]