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.
- Host: GitHub
- URL: https://github.com/over-run/bin-packing
- Owner: Over-Run
- License: mit
- Created: 2023-01-05T09:09:35.000Z (over 2 years ago)
- Default Branch: 0.x
- Last Pushed: 2023-07-16T03:48:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T14:22:02.650Z (4 months ago)
- Language: Java
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
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")
}
```