An open API service indexing awesome lists of open source software.

https://github.com/spliterash/eventdispatcher


https://github.com/spliterash/eventdispatcher

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# EventDispatcher

Небольшая библиотека, для распространения event'ов внутри приложения

Можно подключить следующими спосабами

### Gradle

```groovy
repositories {
maven {
url = "https://nexus.spliterash.ru/repository/group/"
}
}

dependencies {
implementation 'ru.spliterash:event-dispatcher:1.0.0'
}
```

### Maven

```xml


spliterash-group
https://nexus.spliterash.ru/repository/group/


ru.spliterash
event-dispatcher
1.0.0

```