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.3.0.jar download
hono-client-1.3.0.pom download
hono-client-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-client</artifactId>
  <version>1.3.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-client:1.3.0'
Gradle Kotlin
implementation("org.eclipse.hono:hono-client:1.3.0")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-client" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-client', version='1.3.0')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-client" rev="1.3.0" />
Leiningen
[org.eclipse.hono/hono-client "1.3.0"]
Apache Buildr
'org.eclipse.hono:hono-client:jar:1.3.0'