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