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

https://github.com/over-run/bin-packing

The Java port of jakesgordon/bin-packing.
https://github.com/over-run/bin-packing

Last synced: 2 months ago
JSON representation

The Java port of jakesgordon/bin-packing.

Awesome Lists containing this project

README

        

# bin-packing

The Java port of [jakesgordon/bin-packing](https://github.com/jakesgordon/bin-packing).

## Usage

Import as Gradle dependency:

```groovy
dependencies {
implementation(platform("io.github.over-run:utilities:+"))
implementation("io.github.over-run:bin-packing")
}
```