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
- Host: GitHub
- URL: https://github.com/apache/groovy-examples
- Owner: apache
- Created: 2018-08-24T10:39:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T04:48:44.000Z (about 5 years ago)
- Last Synced: 2025-04-03T04:16:58.705Z (12 months ago)
- Topics: groovy, java, library
- Language: Groovy
- Size: 191 KB
- Stars: 14
- Watchers: 9
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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)