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