is not current version
Last Version 1.12.1

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

A library providing a Vert.x based client for accessing Hono's APIs.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-client
Version

Version

0.5-M4
Type

Type

jar

Download hono-client 0.5-M4


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