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