At one time or another, developers experience frustration when dealing with the Java classpath. It’s not always clear which class the class loader will load, especially when your application’s ...
Groovy‘s RootLoader is a handy class that can be used to encapsulate a Groovy script’s reference to external classpath dependencies within the script itself. The documentation for RootLoader states, ...