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