By greathr
via greenmoonsoftware.com
Submitted: Jan 22 2013 / 21:46
Scripts are great for passing to another developer. However, if the script has a dependent library, it can often times be difficult to simply run the script as-is. That is where Groovy’s Grape dependency downloader works wonderful. By simply adding a few lines at the top of a groovy script will download the specific version of all the required libraries.
Add your comment