Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-kafka-client |
Version | Version3.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-kafka-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-kafka-client</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-kafka-client/
implementation 'io.vertx:vertx-kafka-client:3.9.0'
// https://jarcasting.com/artifacts/io.vertx/vertx-kafka-client/
implementation ("io.vertx:vertx-kafka-client:3.9.0")
'io.vertx:vertx-kafka-client:jar:3.9.0'
<dependency org="io.vertx" name="vertx-kafka-client" rev="3.9.0">
<artifact name="vertx-kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-kafka-client', version='3.9.0')
)
libraryDependencies += "io.vertx" % "vertx-kafka-client" % "3.9.0"
[io.vertx/vertx-kafka-client "3.9.0"]