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.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-parent</artifactId>
  <version>2.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-parent:2.5.1'
Gradle Kotlin
implementation("org.eclipse.hono:hono-parent:2.5.1")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-parent" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-parent', version='2.5.1')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-parent" rev="2.5.1" />
Leiningen
[org.eclipse.hono/hono-parent "2.5.1"]
Apache Buildr
'org.eclipse.hono:hono-parent:jar:2.5.1'
Dependencies
The project has no third-party dependencies