| Категории |
КатегорииSpring Boot Контейнер Микросервисы EventBus Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаcom.github.edgar615 |
| Идентификатор | Идентификаторspring-boot-eventbus-kafka |
| Версия | Версия0.2.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-eventbus-kafka/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-boot-eventbus-kafka</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-eventbus-kafka/
implementation 'com.github.edgar615:spring-boot-eventbus-kafka:0.2.2'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-eventbus-kafka/
implementation ("com.github.edgar615:spring-boot-eventbus-kafka:0.2.2")
'com.github.edgar615:spring-boot-eventbus-kafka:jar:0.2.2'
<dependency org="com.github.edgar615" name="spring-boot-eventbus-kafka" rev="0.2.2">
<artifact name="spring-boot-eventbus-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-eventbus-kafka', version='0.2.2')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-eventbus-kafka" % "0.2.2"
[com.github.edgar615/spring-boot-eventbus-kafka "0.2.2"]