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