groovy.ui.Console seems to be present both in
source and
binary distributions.
groovy.ui.InteractiveShell was marked deprecated in 1.8.x, and has been removed in 1.9.x. Only "org.codehaus.groovy.tools.shell.Main" has the groovysh responsibility now (maybe groovysh and groovysh.bat wrongly have the reference to groovy.ui.InteractiveShell to support old-style-shell. They should lose the code for supporting OLDSHELL).