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