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

compile

|-- io.vertx:vertx-docgen

|-- io.vertx:vertx-core

|-- com.fasterxml.jackson.core:jackson-databind

|-- io.vertx:vertx-unit

|-- io.vertx:vertx-bridge-common

|-- io.vertx:vertx-mongo-client

|-- io.vertx:vertx-cassandra-client

|-- io.vertx:vertx-jdbc-client

|-- io.vertx:vertx-auth-common

|-- io.vertx:vertx-auth-jdbc

|-- io.vertx:vertx-auth-htdigest

|-- io.vertx:vertx-auth-htpasswd

|-- io.vertx:vertx-auth-jwt

|-- io.vertx:vertx-auth-mongo

|-- io.vertx:vertx-auth-oauth2

|-- io.vertx:vertx-auth-shiro

|-- io.vertx:vertx-auth-webauthn

|-- io.vertx:vertx-auth-properties

|-- io.vertx:vertx-auth-ldap

|-- io.vertx:vertx-auth-sql-client

|-- io.vertx:vertx-auth-otp

|-- io.vertx:vertx-uri-template

|-- io.vertx:vertx-web-common

|-- io.vertx:vertx-web-client

|-- io.vertx:vertx-web

|-- io.vertx:vertx-web-api-contract

|-- io.vertx:vertx-web-openapi

|-- io.vertx:vertx-web-templ-freemarker

|-- io.vertx:vertx-web-templ-handlebars

|-- io.vertx:vertx-web-templ-jade

|-- io.vertx:vertx-web-templ-mvel

|-- io.vertx:vertx-web-templ-pebble

|-- io.vertx:vertx-web-templ-rocker

|-- io.vertx:vertx-web-templ-thymeleaf

|-- io.vertx:vertx-web-sstore-cookie

|-- io.vertx:vertx-web-sstore-redis

|-- io.vertx:vertx-web-sstore-infinispan

|-- io.vertx:vertx-web-graphql

|-- io.vertx:vertx-web-validation

|-- io.vertx:vertx-web-openapi

|-- io.vertx:vertx-web-openapi-router

|-- io.vertx:vertx-circuit-breaker

|-- io.vertx:vertx-dropwizard-metrics

|-- io.vertx:vertx-redis-client

|-- io.vertx:vertx-stomp

|-- io.vertx:vertx-mail-client

|-- io.vertx:vertx-consul-client

|-- io.vertx:vertx-amqp-client

|-- io.vertx:vertx-service-discovery

|-- io.vertx:vertx-service-discovery-backend-consul

|-- io.vertx:vertx-service-discovery-backend-redis

|-- io.vertx:vertx-service-discovery-backend-zookeeper

|-- io.vertx:vertx-service-discovery-bridge-consul

|-- io.vertx:vertx-service-discovery-bridge-docker

|-- io.vertx:vertx-service-discovery-bridge-kubernetes

|-- io.vertx:vertx-service-discovery-bridge-zookeeper

|-- io.vertx:vertx-service-discovery-bridge-docker-links

|-- io.vertx:vertx-config

|-- io.vertx:vertx-kafka-client

|-- io.vertx:vertx-mqtt

|-- io.vertx:vertx-sql-client

|-- io.vertx:vertx-pg-client

|-- io.vertx:vertx-mysql-client

|-- io.vertx:vertx-db2-client

|-- io.vertx:vertx-mssql-client

|-- io.vertx:vertx-oracle-client

|-- io.vertx:vertx-sql-client-templates

|-- io.vertx:vertx-rabbitmq-client

|-- io.vertx:vertx-health-check

|-- io.vertx:vertx-shell

|-- io.vertx:vertx-micrometer-metrics

|-- io.micrometer:micrometer-registry-prometheus

|-- io.vertx:vertx-tcp-eventbus-bridge

|-- io.vertx:vertx-json-schema

|-- io.vertx:vertx-openapi

|-- io.vertx:vertx-grpc-common

|-- io.vertx:vertx-grpc-server

|-- io.vertx:vertx-grpc-client

|-- io.vertx:vertx-rx-java2-gen:4.5.8

|-- io.vertx:vertx-rx-gen:4.5.8

provided

|-- io.vertx:vertx-codegen

test

|-- io.vertx:vertx-core

|-- junit:junit:4.13.1

|-- io.vertx:vertx-rx-gen:4.5.8

|-- io.vertx:vertx-rx-java2-gen:4.5.8

|-- io.vertx:vertx-service-proxy

|-- org.hsqldb:hsqldb:2.3.4

|-- org.assertj:assertj-core:3.3.0

|-- com.jayway.awaitility:awaitility:1.7.0

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml

|-- org.testcontainers:postgresql:1.15.2