Groovy remote control is a library for executing closures defined in one Groovy application to be executed in a different (possible remote) Groovy application.
'org.codehaus.groovy.modules.remote:remote-core:0.2'
<dependency>
<groupId>org.codehaus.groovy.modules.remote</groupId>
<artifactId>remote-core</artifactId>
<version>0.2</version>
</dependency>
<dependency org="org.codehaus.groovy.modules.remote" name="remote-core" rev="0.2"/>
"org.codehaus.groovy.modules.remote", "remote-core", "0.2"