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: about 1 month 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")
```