https://github.com/grooviter/asteroid
A set of utilities to create Groovy AST transformations
https://github.com/grooviter/asteroid
ast-transformations groovy
Last synced: 11 months ago
JSON representation
A set of utilities to create Groovy AST transformations
- Host: GitHub
- URL: https://github.com/grooviter/asteroid
- Owner: grooviter
- License: apache-2.0
- Created: 2015-12-06T17:43:59.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T22:52:33.000Z (over 3 years ago)
- Last Synced: 2025-04-12T23:44:01.647Z (11 months ago)
- Topics: ast-transformations, groovy
- Language: Java
- Homepage: http://grooviter.github.io/asteroid/
- Size: 2.42 MB
- Stars: 29
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0) [](https://github.com/grooviter/asteroid/actions/workflows/release.yml)
Asteroid is a set of utilities to make it easier to develop [Groovy](http://www.groovy-lang.org) AST transformations. In order to use `Asteroid` in your Groovy code you can find it in Maven Central:
repositories {
mavenCentral()
}
Then you can add the dependency to your project:
compile com.github.grooviter:asteroid:0.5.0'
Current documentation is [available here](http://grooviter.github.io/asteroid/)