не последняя версия
Последняя версия 0.0.3

com.azaptree:azaptree-eventbus-service 0.0.1

Wrapper around Guava's EventBus. Value adds are: 1. Spring enabled 2. Can be configured to be synchronous / asynchronous 3. Logs warning messages for DeadEvents 4. Spring bean name is used by default as the EventBus identifier, but can be configured to use any identifier

Категории

Категории

EventBus Библиотеки уровня приложения Messaging
Группа

Группа

com.azaptree
Идентификатор

Идентификатор

azaptree-eventbus-service
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать azaptree-eventbus-service 0.0.1


<!-- https://jarcasting.com/artifacts/com.azaptree/azaptree-eventbus-service/ -->
<dependency>
    <groupId>com.azaptree</groupId>
    <artifactId>azaptree-eventbus-service</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.azaptree/azaptree-eventbus-service/
implementation 'com.azaptree:azaptree-eventbus-service:0.0.1'
// https://jarcasting.com/artifacts/com.azaptree/azaptree-eventbus-service/
implementation ("com.azaptree:azaptree-eventbus-service:0.0.1")
'com.azaptree:azaptree-eventbus-service:jar:0.0.1'
<dependency org="com.azaptree" name="azaptree-eventbus-service" rev="0.0.1">
  <artifact name="azaptree-eventbus-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azaptree', module='azaptree-eventbus-service', version='0.0.1')
)
libraryDependencies += "com.azaptree" % "azaptree-eventbus-service" % "0.0.1"
[com.azaptree/azaptree-eventbus-service "0.0.1"]