h

hono-client-notification-kafka

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