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