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.
- Host: GitHub
- URL: https://github.com/over-run/utilities
- Owner: Over-Run
- License: mit
- Created: 2023-07-16T02:54:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T03:13:55.000Z (over 1 year ago)
- Last Synced: 2025-02-09T14:21:50.272Z (4 months ago)
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"))
}
```