<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby-gen</artifactId> <version>3.6.3</version> </dependency>
implementation 'io.vertx:vertx-lang-ruby-gen:3.6.3'
implementation("io.vertx:vertx-lang-ruby-gen:3.6.3")
libraryDependencies += "io.vertx" % "vertx-lang-ruby-gen" % "3.6.3"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-ruby-gen', version='3.6.3') )
<dependency org="io.vertx" name="vertx-lang-ruby-gen" rev="3.6.3" />
[io.vertx/vertx-lang-ruby-gen "3.6.3"]
'io.vertx:vertx-lang-ruby-gen:jar:3.6.3'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby-parent</artifactId> <version>3.6.3</version> </parent>
compile
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codetrans
|-- io.vertx:vertx-core
|-- org.jruby:jruby-complete:9.1.13.0
provided
|-- io.vertx:vertx-codegen
|-- org.mvel:mvel2:2.3.1.Final
test
|-- junit:junit:4.12