GroupId | GroupIdcom.hubrick.vertx |
---|---|
ArtifactId | ArtifactIdvertx-kafka-service |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
vertx-kafka-service-1.2.6.pom | |
vertx-kafka-service-1.2.6.jar | 56 KB |
vertx-kafka-service-1.2.6-sources.jar | 32 KB |
vertx-kafka-service-1.2.6-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-service/ -->
<dependency>
<groupId>com.hubrick.vertx</groupId>
<artifactId>vertx-kafka-service</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-service/
implementation 'com.hubrick.vertx:vertx-kafka-service:1.2.6'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-service/
implementation ("com.hubrick.vertx:vertx-kafka-service:1.2.6")
'com.hubrick.vertx:vertx-kafka-service:jar:1.2.6'
<dependency org="com.hubrick.vertx" name="vertx-kafka-service" rev="1.2.6">
<artifact name="vertx-kafka-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-kafka-service', version='1.2.6')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-kafka-service" % "1.2.6"
[com.hubrick.vertx/vertx-kafka-service "1.2.6"]