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

https://github.com/jonatan-ivanov/fatjar-cli

A simple example to pack your project into a fat jar and run
https://github.com/jonatan-ivanov/fatjar-cli

cli example fatjar groovy java

Last synced: 11 months ago
JSON representation

A simple example to pack your project into a fat jar and run

Awesome Lists containing this project

README

          

# fatjar-cli

A simple example to pack your project into a fat jar and run.

## Run as a script

`./src/main/groovy/fatjar-cli.groovy hello`

## Build and run as a jar

`./gradlew clean build`
`java -jar build/libs/fatjar-cli.jar hello`