https://github.com/spliterash/eventdispatcher
https://github.com/spliterash/eventdispatcher
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spliterash/eventdispatcher
- Owner: Spliterash
- Created: 2022-04-10T12:46:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:34:23.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:07:52.006Z (over 1 year ago)
- Language: Java
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```