Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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")
```