Categories |
CategoriesCLI User Interface Bootique Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.kafka.client |
ArtifactId | ArtifactIdbootique-kafka-client |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
bootique-kafka-client-0.5.pom | |
bootique-kafka-client-0.5.jar | 20 KB |
bootique-kafka-client-0.5-sources.jar | 11 KB |
bootique-kafka-client-0.5-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client/ -->
<dependency>
<groupId>io.bootique.kafka.client</groupId>
<artifactId>bootique-kafka-client</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client/
implementation 'io.bootique.kafka.client:bootique-kafka-client:0.5'
// https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client/
implementation ("io.bootique.kafka.client:bootique-kafka-client:0.5")
'io.bootique.kafka.client:bootique-kafka-client:jar:0.5'
<dependency org="io.bootique.kafka.client" name="bootique-kafka-client" rev="0.5">
<artifact name="bootique-kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.kafka.client', module='bootique-kafka-client', version='0.5')
)
libraryDependencies += "io.bootique.kafka.client" % "bootique-kafka-client" % "0.5"
[io.bootique.kafka.client/bootique-kafka-client "0.5"]