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