An open API service indexing awesome lists of open source software.

https://github.com/apache/groovy-examples

Apache Groovy Examples
https://github.com/apache/groovy-examples

groovy java library

Last synced: 12 months ago
JSON representation

Apache Groovy Examples

Awesome Lists containing this project

README

          

![groovy logo](https://raw.githubusercontent.com/groovy/artwork/master/medium.png)

Groovy Examples
===============

This is a repository of example Groovy projects. Each consisting of source files and using libraries
that (at some point) have been frequently used with Groovy. It is expected that all the example source
files will at least compile with the current version of Groovy.

Project | Description
--------- | ------------
[AST Builder](src/main/groovy/astbuilder) | Example showing how to use the AstBuilder to add a public static void main(String[]) method to a class
[Command Line Tools](src/main/groovy/commandLineTools) |
[Console](src/main/groovy/console) |
[Groovy 2d](src/main/groovy/groovy2d) |
[Injector](src/main/groovy/org/codehaus/groovy/grails/compiler/injection) |
[OSGi](src/main/groovy/osgi) | Sample code illustrating two different usages of [OSGi](http://www.osgi.org/) and Groovy
[Search Engine](src/main/groovy/searchEngine) |
[Swing](src/main/groovy/swing) |
[Transforms](src/main/groovy/transforms) |
[Web Apps](src/main/groovy/webapps) |

## License

Groovy Examples are licensed under the terms of
the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)