MVN

org.eclipse.hono : hono-adapter-http-vertx-quarkus

Maven & Gradle

Jul 21, 2022

Hono HTTP Adapter (Quarkus) · A Quarkus based protocol adapter exposing Hono's Telemetry & Event APIs via HTTP.

<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-adapter-http-vertx-quarkus</artifactId>
    <version>1.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.hono : hono-adapter-http-vertx-quarkus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.3

All Versions

Choose a version of org.eclipse.hono : hono-adapter-http-vertx-quarkus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
hono-adapter-http-vertx-quarkus-1.12.3
hono-adapter-http-vertx-quarkus-1.12.1
hono-adapter-http-vertx-quarkus-1.12.0
1.11.x
hono-adapter-http-vertx-quarkus-1.11.2
hono-adapter-http-vertx-quarkus-1.11.1
hono-adapter-http-vertx-quarkus-1.11.0
1.10.x
hono-adapter-http-vertx-quarkus-1.10.1
hono-adapter-http-vertx-quarkus-1.10.0
1.9.x
hono-adapter-http-vertx-quarkus-1.9.1
hono-adapter-http-vertx-quarkus-1.9.0
1.8.x
hono-adapter-http-vertx-quarkus-1.8.3
hono-adapter-http-vertx-quarkus-1.8.2
hono-adapter-http-vertx-quarkus-1.8.1
hono-adapter-http-vertx-quarkus-1.8.0
1.7.x
hono-adapter-http-vertx-quarkus-1.7.4
hono-adapter-http-vertx-quarkus-1.7.3
hono-adapter-http-vertx-quarkus-1.7.2
hono-adapter-http-vertx-quarkus-1.7.1

How to add a dependency to Maven

Add the following org.eclipse.hono : hono-adapter-http-vertx-quarkus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-adapter-http-vertx-quarkus</artifactId>
    <version>1.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.hono : hono-adapter-http-vertx-quarkus gradle dependency to your build.gradle file:

implementation 'org.eclipse.hono:hono-adapter-http-vertx-quarkus:1.12.3'

Gradle Kotlin DSL: Add the following org.eclipse.hono : hono-adapter-http-vertx-quarkus gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.hono:hono-adapter-http-vertx-quarkus:1.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.hono : hono-adapter-http-vertx-quarkus sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.hono" % "hono-adapter-http-vertx-quarkus" % "1.12.3"

Advertisement