Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

bin-packing

The Java port of jakesgordon/bin-packing.

Usage

Import as Gradle dependency:

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