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