install specific version of groovy using brew code example
Example 1: how to install specific version of software on mac using brew
$ brew install [email protected]
Example 2: how to install specific version of software on mac using brew
brew switch node 0.4.12
brew switch node 0.6.5
Example 3: how to install specific version of software on mac using brew
brew switch [formula] [version]