Last Version

Hono REST Adapter 0.5-M10

A protocol adapter exposing Hono's Telemetry & Event APIs via HTTP in a RESTful manner.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-adapter-rest-vertx
Version

Version

0.5-M10
Type

Type

jar
Description

Description

Hono REST Adapter
A protocol adapter exposing Hono's Telemetry & Event APIs via HTTP in a RESTful manner.
Project URL

Project URL

https://www.eclipse.org/hono
Project Organization

Project Organization

Eclipse Foundation

Download hono-adapter-rest-vertx 0.5-M10


<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-rest-vertx/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-adapter-rest-vertx</artifactId>
    <version>0.5-M10</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-rest-vertx/
implementation 'org.eclipse.hono:hono-adapter-rest-vertx:0.5-M10'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-rest-vertx/
implementation ("org.eclipse.hono:hono-adapter-rest-vertx:0.5-M10")
'org.eclipse.hono:hono-adapter-rest-vertx:jar:0.5-M10'
<dependency org="org.eclipse.hono" name="hono-adapter-rest-vertx" rev="0.5-M10">
  <artifact name="hono-adapter-rest-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-adapter-rest-vertx', version='0.5-M10')
)
libraryDependencies += "org.eclipse.hono" % "hono-adapter-rest-vertx" % "0.5-M10"
[org.eclipse.hono/hono-adapter-rest-vertx "0.5-M10"]

Dependencies

compile (6)

Group / Artifact Type Version
org.eclipse.hono : hono-adapter-http-vertx-base jar 0.5-M10
io.vertx : vertx-core jar 3.4.1
org.eclipse.hono : hono-client jar 0.5-M10
org.eclipse.hono : hono-service-base jar 0.5-M10
org.springframework.boot : spring-boot jar 1.4.5.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 1.4.5.RELEASE

provided (2)

Group / Artifact Type Version
org.eclipse.hono : hono-legal jar 0.5-M10
org.eclipse.hono : hono-demo-certs jar 0.5-M10

runtime (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-logging jar 1.4.5.RELEASE
org.yaml : snakeyaml jar 1.17

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
io.vertx : vertx-unit jar 3.4.1
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.