I have my java code running.
I added a groovy shell to evaluate the main groovy file.
What it does is simple. GroovyShell.run (main.groovy)
Now, in my main.groovy, if I have other .groovy files I'd like to "require", how can I do that?
Is there something like "require, source, load, require_one, import" filename?