h

hono-parent

Eclipse Hono provides remote service interfaces for connecting large numbers of IoT devices to a back end and interacting with them in a uniform way regardless of the device communication protocol.
https://www.eclipse.org/hono
EPL-2.0
Eclipse Foundation
Kai Hudalla Dejan Bosanac Carsten Lohmann Kartheeswaran Kalidass Matthias Kämmer
Files download
File Operation
hono-parent-2.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-parent</artifactId>
  <version>2.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-parent:2.6.0'
Gradle Kotlin
implementation("org.eclipse.hono:hono-parent:2.6.0")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-parent" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-parent', version='2.6.0')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-parent" rev="2.6.0" />
Leiningen
[org.eclipse.hono/hono-parent "2.6.0"]
Apache Buildr
'org.eclipse.hono:hono-parent:jar:2.6.0'
Dependencies
The project has no third-party dependencies