User Tools

Site Tools


groovy-software

Table of Contents

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

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/
groovy-software.txt · Last modified: 2017/03/14 13:47 by joguya