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

compile

|-- io.vertx:vertx-docgen

|-- io.vertx:vertx-codetrans

|-- io.vertx:vertx-core

|-- io.vertx:vertx-unit

|-- io.vertx:vertx-sql-common

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

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

|-- io.vertx:vertx-mongo-service

|-- 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-jwt

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

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

|-- io.vertx:vertx-web

|-- 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-graphql

|-- 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-mail-service

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

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

|-- 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-amqp-bridge

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

|-- 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-mysql-postgresql-client

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

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

|-- io.vertx:vertx-shell

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

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

|-- io.vertx:vertx-lang-js-gen:3.9.15

provided

|-- io.vertx:vertx-codegen

|-- org.mvel:mvel2:2.3.1.Final

test

|-- io.vertx:vertx-core

|-- junit:junit:4.13.1

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

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

|-- io.vertx:vertx-lang-js-gen:3.9.15