groovy.jar , distributed with groovy 2, was divided into a minimum minimum, with all additional modules (XML, SQL, JSON, etc.) in separate banks. However, in the embeddable directory, you will find the groovy-all-2.0.0.jar jar file that contains groovy and all modules together, like previous versions. The easiest way to migrate is to use this jar file.
If you use Maven Central, you can use artifactId of groovy-all to get everything, or groovy (plus modules) to have finer control over your dependencies. Here is a list of modules available on Maven Central: http://search.maven.org/#search|ga|1|g%3A%22org.codehaus.groovy%22
source share