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