is not current version
Last Version 1.12.1

org.eclipse.hono:hono-client-application 1.7.2

Clients for Hono's northbound APIs that are required for implementing business applications

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-client-application
Version

Version

1.7.2
Type

Type

jar

Download hono-client-application 1.7.2


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