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
Henryk Konsek Kai Hudalla Dejan Bosanac Dominik Guggemos Paolo Patierno Karsten Frank Marc Pellmann Jens Reimann Carsten Lohmann Kartheeswaran Kalidass
Files download
File Operation
hono-parent-1.11.0.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-parent</artifactId>
  <version>1.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-parent:1.11.0'
Gradle Kotlin
implementation("org.eclipse.hono:hono-parent:1.11.0")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-parent" % "1.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-parent', version='1.11.0')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-parent" rev="1.11.0" />
Leiningen
[org.eclipse.hono/hono-parent "1.11.0"]
Apache Buildr
'org.eclipse.hono:hono-parent:jar:1.11.0'
Dependencies
The project has no third-party dependencies