License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-adapter-rest-vertx |
Version | Version0.5-M10 |
Type | Typejar |
Description |
DescriptionHono REST Adapter
A protocol adapter exposing Hono's Telemetry & Event APIs via HTTP in a RESTful manner.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hono : hono-legal | jar | 0.5-M10 |
org.eclipse.hono : hono-demo-certs | jar | 0.5-M10 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-logging | jar | 1.4.5.RELEASE |
org.yaml : snakeyaml | jar | 1.17 |
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 |