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