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