MVN

io.vertx : vertx-lang-ruby

Maven & Gradle

May 12, 2023
79 usages
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-lang-ruby</artifactId>
    <version>3.9.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vertx : vertx-lang-ruby to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.16
  • Latest Beta: 3.5.0.Beta1

All Versions

Choose a version of io.vertx : vertx-lang-ruby to add to Maven or Gradle - All Versions:

  • Version Updated
  • vertx-lang-ruby-3.9.16

    May 12, 2023
  • vertx-lang-ruby-3.9.15

    Feb 15, 2023
  • vertx-lang-ruby-3.9.14

    Oct 25, 2022
  • vertx-lang-ruby-3.9.13

    Mar 17, 2022
  • vertx-lang-ruby-3.9.12

    Dec 22, 2021
  • vertx-lang-ruby-3.9.11

    Dec 14, 2021
  • vertx-lang-ruby-3.9.10

    Nov 05, 2021
  • vertx-lang-ruby-3.9.9

    Sep 07, 2021
  • vertx-lang-ruby-3.9.8

    Jun 09, 2021
  • vertx-lang-ruby-3.9.7

    Apr 13, 2021
  • vertx-lang-ruby-3.9.6

    Feb 25, 2021
  • vertx-lang-ruby-3.9.5

    Dec 11, 2020
  • vertx-lang-ruby-3.9.4

    Oct 15, 2020
  • vertx-lang-ruby-3.9.3

    Sep 16, 2020
  • vertx-lang-ruby-3.9.2

    Jul 15, 2020
  • vertx-lang-ruby-3.9.1

    May 15, 2020
  • vertx-lang-ruby-3.9.0

    Mar 30, 2020
  • vertx-lang-ruby-3.8.5

    Jan 22, 2020
  • vertx-lang-ruby-4.0.0-milestone4

    Dec 06, 2019
  • vertx-lang-ruby-3.8.4

    Nov 20, 2019
  • vertx-lang-ruby-3.8.3

    Oct 17, 2019
  • vertx-lang-ruby-3.8.2

    Oct 03, 2019
  • vertx-lang-ruby-4.0.0-milestone3

    Sep 19, 2019
  • vertx-lang-ruby-4.0.0-milestone2

    Aug 26, 2019
  • vertx-lang-ruby-3.8.1

    Aug 21, 2019
  • vertx-lang-ruby-4.0.0-milestone1

    Jul 25, 2019
  • vertx-lang-ruby-3.8.0

    Jul 16, 2019
  • vertx-lang-ruby-3.7.1

    May 22, 2019
  • vertx-lang-ruby-3.7.0

    Mar 29, 2019
  • vertx-lang-ruby-3.6.3

    Jan 30, 2019
  • vertx-lang-ruby-3.6.2

    Dec 17, 2018
  • vertx-lang-ruby-3.6.1

    Dec 14, 2018
  • vertx-lang-ruby-3.6.0

    Nov 28, 2018
  • vertx-lang-ruby-3.6.0.CR2

    Nov 21, 2018
  • vertx-lang-ruby-3.6.0.CR1

    Nov 09, 2018
  • vertx-lang-ruby-3.5.4

    Oct 01, 2018
  • vertx-lang-ruby-3.5.3

    Jul 11, 2018
  • vertx-lang-ruby-3.5.3.CR1

    Jul 03, 2018
  • vertx-lang-ruby-3.5.2

    Jun 04, 2018
  • vertx-lang-ruby-3.5.2.CR3

    May 28, 2018
  • vertx-lang-ruby-3.5.2.CR2

    May 20, 2018
  • vertx-lang-ruby-3.5.2.CR1

    May 10, 2018
  • vertx-lang-ruby-3.5.1

    Feb 09, 2018
  • vertx-lang-ruby-3.5.0

    Oct 17, 2017
  • vertx-lang-ruby-3.5.0.Beta1

    Aug 07, 2017
  • vertx-lang-ruby-3.4.2

    Jun 14, 2017
  • vertx-lang-ruby-3.4.1

    Mar 15, 2017
  • vertx-lang-ruby-3.4.0

    Mar 06, 2017
  • vertx-lang-ruby-3.4.0.Beta1

    Feb 05, 2017
  • vertx-lang-ruby-3.3.3

    Sep 08, 2016
  • vertx-lang-ruby-3.3.2

    Jul 10, 2016
  • vertx-lang-ruby-3.3.1

    Jul 07, 2016
  • vertx-lang-ruby-3.3.0

    Jun 22, 2016
  • vertx-lang-ruby-3.3.0.CR2

    Jun 14, 2016
  • vertx-lang-ruby-3.3.0.CR1

    Jun 10, 2016
  • vertx-lang-ruby-3.2.1

    Feb 05, 2016
  • vertx-lang-ruby-3.2.0

    Dec 13, 2015
  • vertx-lang-ruby-3.1.0

    Oct 07, 2015
  • vertx-lang-ruby-3.0.0

    Jun 23, 2015
  • vertx-lang-ruby-3.0.0-milestone6

    Jun 01, 2015
  • vertx-lang-ruby-3.0.0-milestone5

    May 07, 2015

How to add a dependency to Maven

Add the following io.vertx : vertx-lang-ruby maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-lang-ruby</artifactId>
    <version>3.9.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vertx : vertx-lang-ruby gradle dependency to your build.gradle file:

implementation 'io.vertx:vertx-lang-ruby:3.9.16'

Gradle Kotlin DSL: Add the following io.vertx : vertx-lang-ruby gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vertx:vertx-lang-ruby:3.9.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vertx : vertx-lang-ruby sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vertx" % "vertx-lang-ruby" % "3.9.16"