Travis Smith

How to Install Groovy

# While I prefer to use brew for mostly everything
# SDKMan is a better manager for all things java/groovy
# Install and manage via sdkman
curl -s "https://get.sdkman.io" | bash
# Install a latest version of groovy
sdk install groovy
# Install a specific version of groovy, e.g., 2.4.9
sdk install groovy 2.4.9