Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 711 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 711 Bytes

license release

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