GroupId | GroupIdcom.hubrick.vertx |
---|---|
ArtifactId | ArtifactIdvertx-kafka-service |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
vertx-kafka-service-1.2.0.pom | |
vertx-kafka-service-1.2.0.jar | 54 KB |
vertx-kafka-service-1.2.0-sources.jar | 31 KB |
vertx-kafka-service-1.2.0-javadoc.jar | 166 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-service/
implementation 'com.hubrick.vertx:vertx-kafka-service:1.2.0'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-service/
implementation ("com.hubrick.vertx:vertx-kafka-service:1.2.0")
'com.hubrick.vertx:vertx-kafka-service:jar:1.2.0'
<dependency org="com.hubrick.vertx" name="vertx-kafka-service" rev="1.2.0">
<artifact name="vertx-kafka-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-kafka-service', version='1.2.0')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-kafka-service" % "1.2.0"
[com.hubrick.vertx/vertx-kafka-service "1.2.0"]