Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rchomczyk/dew
An event bus which focuses on simplicity and performance.
https://github.com/rchomczyk/dew
Last synced: 17 days ago
JSON representation
An event bus which focuses on simplicity and performance.
- Host: GitHub
- URL: https://github.com/rchomczyk/dew
- Owner: rchomczyk
- License: mit
- Created: 2024-08-12T17:28:25.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T18:32:51.000Z (about 1 month ago)
- Last Synced: 2024-12-08T14:39:05.117Z (20 days ago)
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dew (*rosa*)
An event bus which focuses on simplicity and performance.
### Intent
*dew* was created to allow for developers to create modular events, which would work across many
platforms.### Get started
##### Add repository
```kotlin
maven("https://repo.shiza.dev/releases")
```##### Add dependency
```kotlin
implementation("dev.shiza:dew:1.3.0")
```