is not current version
Last Version 2.0.0

org.eclipse.hono:hono-example 0.8-M1

A collection of example code for sending and receiving telemetry data using HonoClient.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-example
Version

Version

0.8-M1
Type

Type

jar

Download hono-example 0.8-M1


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