<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-codetrans</artifactId> <version>3.0.0</version> </dependency>
implementation 'io.vertx:vertx-codetrans:3.0.0'
implementation("io.vertx:vertx-codetrans:3.0.0")
libraryDependencies += "io.vertx" % "vertx-codetrans" % "3.0.0"
@Grapes( @Grab(group='io.vertx', module='vertx-codetrans', version='3.0.0') )
<dependency org="io.vertx" name="vertx-codetrans" rev="3.0.0" />
[io.vertx/vertx-codetrans "3.0.0"]
'io.vertx:vertx-codetrans:jar:3.0.0'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>5</version> </parent>
compile
|-- io.vertx:vertx-core
|-- io.vertx:vertx-codegen
|-- org.codehaus.groovy:groovy-all:2.3.3
|-- org.jruby:jruby-core:1.7.18
|-- org.jruby:jruby-stdlib:1.7.18
system
|-- com.sun:tools:1.8
test
|-- junit:junit:4.11