<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby-parent</artifactId> <version>3.9.4</version> <type>pom</type> </dependency>
implementation 'io.vertx:vertx-lang-ruby-parent:3.9.4'
implementation("io.vertx:vertx-lang-ruby-parent:3.9.4")
libraryDependencies += "io.vertx" % "vertx-lang-ruby-parent" % "3.9.4"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-ruby-parent', version='3.9.4') )
<dependency org="io.vertx" name="vertx-lang-ruby-parent" rev="3.9.4" />
[io.vertx/vertx-lang-ruby-parent "3.9.4"]
'io.vertx:vertx-lang-ruby-parent:jar:3.9.4'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>17</version> </parent>