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