Skip to content

Files

Latest commit

9cdb464 · Jan 4, 2015

History

History

dependency-management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 29, 2014
Jan 4, 2015
Jun 29, 2014

This is an example application of my blog post:

You can package the application by running one of the following commands at command prompt:

gradle assemble (runs only the tasks required to create the jar file)
gradle build (runs the full build)

Both commands create a jar file called dependency-management.jar to the build directory.

You can run the application by running the following command at command prompt:

java -jar dependency-management.jar