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