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

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.

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_