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