<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby-gen</artifactId> <version>3.8.0</version> </dependency>
implementation 'io.vertx:vertx-lang-ruby-gen:3.8.0'
implementation("io.vertx:vertx-lang-ruby-gen:3.8.0")
libraryDependencies += "io.vertx" % "vertx-lang-ruby-gen" % "3.8.0"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-ruby-gen', version='3.8.0') )
<dependency org="io.vertx" name="vertx-lang-ruby-gen" rev="3.8.0" />
[io.vertx/vertx-lang-ruby-gen "3.8.0"]
'io.vertx:vertx-lang-ruby-gen:jar:3.8.0'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby-parent</artifactId> <version>3.8.0</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