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