groovy 3.0.7 API
| Package | Description | 
|---|---|
| groovy.ant | |
| groovy.beans | |
| groovy.cli | |
| groovy.cli.commons | |
| groovy.cli.internal | |
| groovy.cli.picocli | |
| groovy.console | |
| groovy.console.ui | An interactive command line terminal along with a Swing console for evaluating Groovy scripts and inspecting objects, AST and bytecode information. | 
| groovy.console.ui.text | Text processing helpers for the interactive command line terminal. | 
| groovy.console.ui.view | |
| groovy.grape | |
| groovy.inspect | Classes for inspecting object properties through introspection. | 
| groovy.inspect.swingui | Classes associated with the Swing GUI for inspecting objects. | 
| groovy.io | Classes for Groovier Input/Output. | 
| groovy.jmx | |
| groovy.jmx.builder | Classes for the JMX Builder. | 
| groovy.json | |
| groovy.junit5.plugin | |
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. | 
| groovy.lang.groovydoc | |
| groovy.mock.interceptor | The groovy.mock.interceptor is an all-groovy mock testing library. | 
| groovy.model | An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects | 
| groovy.namespace | |
| groovy.security | Security-related classes | 
| groovy.servlet | Support for Groovlets which are Servlets written as a simple Groovy script. | 
| groovy.sql | Groovy helper classes for working with SQL data as Groovy objects | 
| groovy.swing | A GroovyMarkup builder for creating Swing user interfaces | 
| groovy.swing.binding | Binding classes for SwingBuilder | 
| groovy.swing.factory | SwingBuilder helper classes for creating components | 
| groovy.swing.impl | Implementation classes for SwingBuilder | 
| groovy.swing.model | An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects | 
| groovy.swing.table | |
| groovy.test | |
| groovy.text | Contains the text processing utilities including templating APIs and default implementations. | 
| groovy.text.markup | Contains a template engine facilitating generation of XML-like markup with optional type checking. | 
| groovy.time | Classes for easily manipulating Dates and times. | 
| groovy.transform | |
| groovy.transform.builder | |
| groovy.transform.options | |
| groovy.transform.stc | |
| groovy.ui | An interactive command line terminal along with a Swing console for evaluating Groovy scripts. | 
| groovy.ui.text | Text processing helpers for the interactive command line terminal. | 
| groovy.ui.view | |
| groovy.util | Various Groovy utilities for working with nodes, builders, logging, and other things. | 
| groovy.util.logging | |
| groovy.util.slurpersupport | Helper classes for XmlSlurper. | 
| groovy.xml | Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup. | 
| groovy.xml.dom | Groovy XML Dom processing classes. | 
| groovy.xml.markupsupport | |
| groovy.xml.slurpersupport | Helper classes for XmlSlurper. | 
| groovy.xml.streamingmarkupsupport | XmlBuilder related classes to support streaming XML. | 
| groovy.yaml | |
| org.apache.groovy.antlr | |
| org.apache.groovy.ast.builder | |
| org.apache.groovy.ast.tools | |
| org.apache.groovy.datetime.extensions | |
| org.apache.groovy.dateutil.extensions | |
| org.apache.groovy.docgenerator | |
| org.apache.groovy.groovydoc.tools | |
| org.apache.groovy.groovysh | Provides support for the Groovy Shell (aka. | 
| org.apache.groovy.groovysh.antlr4 | |
| org.apache.groovy.groovysh.commands | |
| org.apache.groovy.groovysh.completion | |
| org.apache.groovy.groovysh.completion.antlr4 | |
| org.apache.groovy.groovysh.util | Utility classes related to the Groovy Shell (aka. | 
| org.apache.groovy.groovysh.util.antlr4 | |
| org.apache.groovy.internal.metaclass | |
| org.apache.groovy.internal.util | |
| org.apache.groovy.io | |
| org.apache.groovy.jaxb.extensions | |
| org.apache.groovy.json | |
| org.apache.groovy.json.internal | |
| org.apache.groovy.lang.annotation | |
| org.apache.groovy.metaclass | |
| org.apache.groovy.nio.extensions | |
| org.apache.groovy.nio.runtime | |
| org.apache.groovy.parser.antlr4 | |
| org.apache.groovy.parser.antlr4.internal | |
| org.apache.groovy.parser.antlr4.internal.atnmanager | |
| org.apache.groovy.parser.antlr4.util | |
| org.apache.groovy.plugin | |
| org.apache.groovy.plugin.testng | |
| org.apache.groovy.sql.extensions | |
| org.apache.groovy.swing.binding | Classes related to property binding. | 
| org.apache.groovy.swing.extensions | |
| org.apache.groovy.test | |
| org.apache.groovy.test.transform | |
| org.apache.groovy.util | |
| org.apache.groovy.util.concurrent | |
| org.apache.groovy.util.concurrent.concurrentlinkedhashmap | ConcurrentMap | 
| org.apache.groovy.xml.extensions | |
| org.apache.groovy.xml.tools | |
| org.apache.groovy.yaml.util | |
| org.codehaus.groovy | Groovy Language for the JVM | 
| org.codehaus.groovy.ant | Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode | 
| org.codehaus.groovy.antlr | Parser related classes. | 
| org.codehaus.groovy.antlr.java | |
| org.codehaus.groovy.antlr.parser | |
| org.codehaus.groovy.antlr.treewalker | Classes for walking the AST. | 
| org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language | 
| org.codehaus.groovy.ast.builder | |
| org.codehaus.groovy.ast.decompiled | |
| org.codehaus.groovy.ast.expr | AST nodes for Groovy expressions | 
| org.codehaus.groovy.ast.stmt | AST nodes for Groovy statements | 
| org.codehaus.groovy.ast.tools | |
| org.codehaus.groovy.binding | Classes related to property binding. | 
| org.codehaus.groovy.bsf | Defines the BSF Engine for using Groovy inside any BSF application. | 
| org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. | 
| org.codehaus.groovy.classgen.asm | Helper classes for ASMClassGenerator. | 
| org.codehaus.groovy.classgen.asm.indy | |
| org.codehaus.groovy.classgen.asm.indy.sc | |
| org.codehaus.groovy.classgen.asm.sc | |
| org.codehaus.groovy.classgen.asm.util | |
| org.codehaus.groovy.control | Compiler control classes. | 
| org.codehaus.groovy.control.customizers | |
| org.codehaus.groovy.control.customizers.builder | |
| org.codehaus.groovy.control.io | Internal classes for Groovier Input/Output. | 
| org.codehaus.groovy.control.messages | Error message classes. | 
| org.codehaus.groovy.groovydoc | GroovyDoc internal classes. | 
| org.codehaus.groovy.jsr223 | |
| org.codehaus.groovy.macro.matcher | |
| org.codehaus.groovy.macro.matcher.internal | |
| org.codehaus.groovy.macro.methods | |
| org.codehaus.groovy.macro.runtime | |
| org.codehaus.groovy.macro.transform | |
| org.codehaus.groovy.plugin | |
| org.codehaus.groovy.reflection | Internal classes for assisting with reflection. | 
| org.codehaus.groovy.reflection.android | |
| org.codehaus.groovy.reflection.stdclasses | |
| org.codehaus.groovy.reflection.v7 | |
| org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. | 
| org.codehaus.groovy.runtime.callsite | |
| org.codehaus.groovy.runtime.dgmimpl | |
| org.codehaus.groovy.runtime.dgmimpl.arrays | |
| org.codehaus.groovy.runtime.m12n | |
| org.codehaus.groovy.runtime.memoize | |
| org.codehaus.groovy.runtime.metaclass | Internal classes related to Groovy's metaclass implementation. | 
| org.codehaus.groovy.runtime.powerassert | |
| org.codehaus.groovy.runtime.typehandling | Classes used to execute special actions based on the type. | 
| org.codehaus.groovy.runtime.wrappers | Groovy wrapper classes for primitive types. | 
| org.codehaus.groovy.syntax | Lexer, parser and trees. | 
| org.codehaus.groovy.testng | |
| org.codehaus.groovy.tools | Compiler entry points and miscellaneous development tools. | 
| org.codehaus.groovy.tools.ast | |
| org.codehaus.groovy.tools.groovydoc | GroovyDoc tool. | 
| org.codehaus.groovy.tools.groovydoc.antlr4 | |
| org.codehaus.groovy.tools.groovydoc.gstringTemplates | |
| org.codehaus.groovy.tools.gse | |
| org.codehaus.groovy.tools.javac | Classes related to the joint compiler. | 
| org.codehaus.groovy.tools.shell | Provides support for the Groovy Shell (aka. | 
| org.codehaus.groovy.tools.shell.commands | |
| org.codehaus.groovy.tools.shell.completion | |
| org.codehaus.groovy.tools.shell.util | Utility classes related to the Groovy Shell (aka. | 
| org.codehaus.groovy.tools.xml | XML utilities such as for converting XML into Groovy scripts. | 
| org.codehaus.groovy.transform | |
| org.codehaus.groovy.transform.sc | |
| org.codehaus.groovy.transform.sc.transformers | |
| org.codehaus.groovy.transform.stc | |
| org.codehaus.groovy.transform.tailrec | |
| org.codehaus.groovy.transform.trait | |
| org.codehaus.groovy.util | |
| org.codehaus.groovy.vmplugin | JVM version specific classes. | 
| org.codehaus.groovy.vmplugin.v5 | Java 5 specific classes. | 
| org.codehaus.groovy.vmplugin.v6 | |
| org.codehaus.groovy.vmplugin.v7 | |
| org.codehaus.groovy.vmplugin.v8 | |
| org.codehaus.groovy.vmplugin.v9 | 
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/3.0.7/html/gapi/overview-summary.html