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