====== Groovy ====== Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. ===== Information ===== * Version: 2.4.9 * Added: March, 2017 * Link: http://groovy-lang.org/ ===== Usage ===== See which versions of groovy are available: $ module avail groovy Load groovy $ module load groovy/2.4.9 ===== Installation ====== Notes from the sysadmin during installation: $ cd /tmp $ wget https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.9.zip $ unzip apache-groovy-binary-2.4.9.zip $ sudo mkdir -p /export/apps/groovy/2.4.9/ $ cd groovy-2.4.9/ $ sudo cp -r . /export/apps/groovy/2.4.9/