Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 15 days 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`