is not current version
Last Version 2.0.0

org.eclipse.hono:hono-example 1.8.3

Example code illustrating usage of Hono APIs

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-example
Version

Version

1.8.3
Type

Type

pom

Download hono-example 1.8.3

Filename Size
hono-example-1.8.3.pom 1 KB
Browse

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