groovysdk

SDK for Groovy, a Java-based dynamic scripting language

brewmacoslinux
Try with needOr install directly
Source

About

SDK for Groovy: a Java-based scripting language

Commands

groovygroovycgroovyshgrape

Examples

Execute a Groovy script file$ groovy script.groovy
Compile Groovy source code to Java bytecode$ groovyc MyScript.groovy
Start interactive Groovy shell for REPL$ groovysh