Skip to content

Latest commit

 

History

History
 
 

dependency-management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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