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