h

hono-services

Micro services implementing APIs that Hono depends on only and which are therefore not part of the Hono server process itself. The service components included here can be replaced by other (custom) components as long as they implement the required API(s).
文件下载
文件名 操作
hono-services-1.5.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-services</artifactId>
  <version>1.5.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-services:1.5.2'
Gradle Kotlin
implementation("org.eclipse.hono:hono-services:1.5.2")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-services" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-services', version='1.5.2')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-services" rev="1.5.2" />
Leiningen
[org.eclipse.hono/hono-services "1.5.2"]
Apache Buildr
'org.eclipse.hono:hono-services:jar:1.5.2'