is not current version
Last Version 2.0.0

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

A collection of example code for sending and receiving telemetry data using HonoClient. Also contains a sample Docker Compose file (see "docker" folder) for starting up all images constituting a Hono instance.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-example
Version

Version

0.5-M4
Type

Type

jar

Download hono-example 0.5-M4


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