h

hono-client

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