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