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

https://github.com/over-run/utilities

Utilities Bill of Materials.
https://github.com/over-run/utilities

Last synced: about 2 months ago
JSON representation

Utilities Bill of Materials.

Awesome Lists containing this project

README

        

# utilities

Utilities Bill of Materials.

## Libraries

- [bin-packing](https://github.com/Over-Run/bin-packing): The Java port of jakesgordon/bin-packing.
- [bin-tag](https://github.com/Over-Run/bin-tag): Java binary tags
- [platform](https://github.com/Over-Run/platform): Detector of platforms and architectures.
- [timer](https://github.com/Over-Run/timer): Java game loop timer
- [unifont](https://github.com/Over-Run/unifont): Java Unifont binding

## Usage

```kotlin
dependencies {
implementation(platform("io.github.over-run:utilities:0.6.0"))
}
```