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

https://github.com/polyfrost/polyio


https://github.com/polyfrost/polyio

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# PolyIO

## Importing
```kts
repositories {
maven("https://repo.polyfrost.org/releases")
}

dependencies {
implementation("org.polyfrost:polyio:0.1.0")
}
```