# groovy-examples **Repository Path**: mirrors_apache/groovy-examples ## Basic Information - **Project Name**: groovy-examples - **Description**: Apache Groovy Examples - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)