https://github.com/l-applin/jib
Common source for utilities used in my personal projects.
https://github.com/l-applin/jib
Last synced: 2 months ago
JSON representation
Common source for utilities used in my personal projects.
- Host: GitHub
- URL: https://github.com/l-applin/jib
- Owner: L-Applin
- License: apache-2.0
- Created: 2022-09-06T22:29:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T04:52:19.000Z (over 2 years ago)
- Last Synced: 2025-01-27T13:50:11.571Z (4 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Jib](https://en.wikipedia.org/wiki/Jib_(camera))
Common source for utilities used in my personal projects.## Usage
### self compiled
requirements:
- jdk 19+
- any recent enough maven version (3.6.3+)Clone this repository then compile it yourself using
```bash
mvn clean install
```### maven central
_coming soon_