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