h

hono-client-notification

Clients for Hono's notifications
文件下载
文件名 操作
hono-client-notification-2.5.1.jar 下载
hono-client-notification-2.5.1.pom 下载
hono-client-notification-2.5.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-client-notification</artifactId>
  <version>2.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-client-notification:2.5.1'
Gradle Kotlin
implementation("org.eclipse.hono:hono-client-notification:2.5.1")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-client-notification" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-client-notification', version='2.5.1')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-client-notification" rev="2.5.1" />
Leiningen
[org.eclipse.hono/hono-client-notification "2.5.1"]
Apache Buildr
'org.eclipse.hono:hono-client-notification:jar:2.5.1'