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