文件下载
文件名 操作
vertx-web-4.3.4.jar 下载
vertx-web-4.3.4.pom 下载
vertx-web-4.3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-web</artifactId>
  <version>4.3.4</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-web:4.3.4'
Gradle Kotlin
implementation("io.vertx:vertx-web:4.3.4")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-web" % "4.3.4"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-web', version='4.3.4')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-web" rev="4.3.4" />
Leiningen
[io.vertx/vertx-web "4.3.4"]
Apache Buildr
'io.vertx:vertx-web:jar:4.3.4'