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