Slide 14
Slide 14 text
Types of modules in the Groovy build
Groovy core
The “main” project: it’s a library, but also provides the Groovy compiler itself
Groovy modules
JSON support, Date utils, Template engines, …
Aggregating projects
Groovy “all” (which isn’t Groovy all but a subset of Groovy + Groovy modules)
The BOM
The distribution
Utilities (stress tests, …)