Groovy - An extensible multi-paradigm language for the JVM Platform
(GroovyDoc for Groovy and Java classes)

Groovy...
  • is an extensible and multi-paradigm language for the Java Virtual Machine
  • makes modern programming features available to Java developers with almost-zero learning curve
  • has a dynamic nature like Python and Ruby, which means that it is very powerful, easy to learn, and productive
  • optionally has static typing like Java and Kotlin, which makes it fast and provides extra type checking when desired
  • has first-class functional, stream processing and immutability support, meaning that it offers features similar to Scala and can offer many advantages when working in parallel processing or clustered environments
  • supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain
  • makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL
  • increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications
  • simplifies testing by supporting unit testing and mocking out-of-the-box
  • compiles straight to Java bytecode so you can use it anywhere you can use Java; it seamlessly integrates with all existing Java objects and libraries
Packages 
Package Description
groovy.inspect.swingui  
groovy.model
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
groovy.swing.binding  
groovy.swing.impl  
groovy.swing.model
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
groovy.swing.table  
org.apache.groovy.swing.binding
Classes related to property binding.
org.apache.groovy.swing.extensions  
org.codehaus.groovy.binding
Classes related to property binding.
org.codehaus.groovy.runtime