Files download
File Operation
vertx-lang-ruby-gen-3.6.3.jar download
vertx-lang-ruby-gen-3.6.3.pom download
vertx-lang-ruby-gen-3.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-lang-ruby-gen</artifactId>
  <version>3.6.3</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-lang-ruby-gen:3.6.3'
Gradle Kotlin
implementation("io.vertx:vertx-lang-ruby-gen:3.6.3")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-lang-ruby-gen" % "3.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-lang-ruby-gen', version='3.6.3')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-lang-ruby-gen" rev="3.6.3" />
Leiningen
[io.vertx/vertx-lang-ruby-gen "3.6.3"]
Apache Buildr
'io.vertx:vertx-lang-ruby-gen:jar:3.6.3'