Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdeventbus-kafka-vertx |
Version | Version1.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/eventbus-kafka-vertx/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>eventbus-kafka-vertx</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/eventbus-kafka-vertx/
implementation 'com.github.edgar615:eventbus-kafka-vertx:1.0.10'
// https://jarcasting.com/artifacts/com.github.edgar615/eventbus-kafka-vertx/
implementation ("com.github.edgar615:eventbus-kafka-vertx:1.0.10")
'com.github.edgar615:eventbus-kafka-vertx:jar:1.0.10'
<dependency org="com.github.edgar615" name="eventbus-kafka-vertx" rev="1.0.10">
<artifact name="eventbus-kafka-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='eventbus-kafka-vertx', version='1.0.10')
)
libraryDependencies += "com.github.edgar615" % "eventbus-kafka-vertx" % "1.0.10"
[com.github.edgar615/eventbus-kafka-vertx "1.0.10"]