<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-groovy-gen</artifactId>
<version>3.6.0</version>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-lang-groovy-parent</artifactId> <version>3.6.0</version> </parent>
compile
|-- org.codehaus.groovy:groovy-all:2.4.15
|-- io.vertx:vertx-docgen:0.9.2
|-- io.vertx:vertx-codetrans:3.6.0
provided
|-- io.vertx:vertx-codegen:3.6.0
|-- io.vertx:vertx-codegen:3.6.0
|-- org.mvel:mvel2:2.3.1.Final
test
|-- io.vertx:vertx-codegen:3.6.0
|-- junit:junit:4.12