asteroid

A set of utilities to create Groovy AST transformations

APACHE-2.0 License

Stars
29

Asteroid is a set of utilities to make it easier to develop Groovy 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