Categories |
CategoriesCLI User Interface Bootique Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.kafka.client |
ArtifactId | ArtifactIdbootique-kafka-client-0.8 |
Version | Version0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client-0.8/ -->
<dependency>
<groupId>io.bootique.kafka.client</groupId>
<artifactId>bootique-kafka-client-0.8</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client-0.8/
implementation 'io.bootique.kafka.client:bootique-kafka-client-0.8:0.3'
// https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client-0.8/
implementation ("io.bootique.kafka.client:bootique-kafka-client-0.8:0.3")
'io.bootique.kafka.client:bootique-kafka-client-0.8:jar:0.3'
<dependency org="io.bootique.kafka.client" name="bootique-kafka-client-0.8" rev="0.3">
<artifact name="bootique-kafka-client-0.8" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.kafka.client', module='bootique-kafka-client-0.8', version='0.3')
)
libraryDependencies += "io.bootique.kafka.client" % "bootique-kafka-client-0.8" % "0.3"
[io.bootique.kafka.client/bootique-kafka-client-0.8 "0.3"]