<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codetrans</artifactId>
<version>4.0.0-milestone4</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-codetrans', version='4.0.0-milestone4')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>14</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- org.jruby:jruby-core:9.2.7.0
|-- org.jruby:jruby-stdlib:9.2.7.0
|-- org.scala-lang:scala-library:2.12.0
system
test
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.20
|-- junit:junit:4.12