is not current version
Last Version 2.0.0

org.eclipse.hono:hono-example 0.5-M8

A collection of example code for sending and receiving telemetry data using HonoClient. Also contains scripts for deploying a Hono instance to a Docker Swarm, a Kubernetes or an Openshift cluster using example configuration properties.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-example
Version

Version

0.5-M8
Type

Type

jar

Download hono-example 0.5-M8


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