License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-server |
Version | Version0.5-M5 |
Type | Typejar |
Description |
DescriptionHono Server
The server component of Hono provides the following APIs:
- Telemetry
- Registration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hono-server-0.5-M5.pom | |
hono-server-0.5-M5.jar | 161 KB |
hono-server-0.5-M5-sources.jar | 78 KB |
hono-server-0.5-M5-javadoc.jar | 345 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-server/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-server</artifactId>
<version>0.5-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-server/
implementation 'org.eclipse.hono:hono-server:0.5-M5'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-server/
implementation ("org.eclipse.hono:hono-server:0.5-M5")
'org.eclipse.hono:hono-server:jar:0.5-M5'
<dependency org="org.eclipse.hono" name="hono-server" rev="0.5-M5">
<artifact name="hono-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-server', version='0.5-M5')
)
libraryDependencies += "org.eclipse.hono" % "hono-server" % "0.5-M5"
[org.eclipse.hono/hono-server "0.5-M5"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 3.4.0 |
org.slf4j : slf4j-api | jar | 1.7.2 |
org.apache.qpid : proton-j | jar | 0.18.0 |
io.vertx : vertx-proton | jar | 3.4.0 |
org.springframework.boot : spring-boot | jar | 1.4.0.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.4.0.RELEASE |
org.eclipse.hono : hono-core | jar | 0.5-M5 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hono : hono-legal | jar | 0.5-M5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-logging | jar | 1.4.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
io.vertx : vertx-unit | jar | 3.4.0 |
org.assertj : assertj-core | jar | 3.2.0 |
org.eclipse.hono : hono-client | jar | 0.5-M5 |