Groovy - Installing Groovy

This document describes how to install a binary distribution of Groovy.
For those familiar with tools like Ant or Maven these steps will be very familiar.

groovysh

Which should create an interactive groovy shell where you can type Groovy statements. Or to run the Swing interactive console type

groovyConsole

To run a specific groovy script type

groovy SomeScript.groovy

Next