h

hono-client-notification-amqp

An AMQP 1.0 based implementation of the client for sending and receiving Hono's notifications
Files download
File Operation
hono-client-notification-amqp-2.0.3.jar download
hono-client-notification-amqp-2.0.3.pom download
hono-client-notification-amqp-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-client-notification-amqp</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-client-notification-amqp:2.0.3'
Gradle Kotlin
implementation("org.eclipse.hono:hono-client-notification-amqp:2.0.3")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-client-notification-amqp" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-client-notification-amqp', version='2.0.3')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-client-notification-amqp" rev="2.0.3" />
Leiningen
[org.eclipse.hono/hono-client-notification-amqp "2.0.3"]
Apache Buildr
'org.eclipse.hono:hono-client-notification-amqp:jar:2.0.3'