h

hono-client

A library providing a Vert.x based client for accessing Hono's APIs.
https://www.eclipse.org/hono
Files download
File Operation
hono-client-1.2.2.jar download
hono-client-1.2.2.pom download
hono-client-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-client</artifactId>
  <version>1.2.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-client:1.2.2'
Gradle Kotlin
implementation("org.eclipse.hono:hono-client:1.2.2")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-client" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-client', version='1.2.2')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-client" rev="1.2.2" />
Leiningen
[org.eclipse.hono/hono-client "1.2.2"]
Apache Buildr
'org.eclipse.hono:hono-client:jar:1.2.2'