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