не последняя версия
Последняя версия 2.0.0

org.eclipse.hono:hono-services 0.8-M1_1

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).

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.hono
Идентификатор

Идентификатор

hono-services
Версия

Версия

0.8-M1_1
Тип

Тип

pom

Скачать hono-services 0.8-M1_1

Имя Файла Размер
hono-services-0.8-M1_1.pom 3 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-services/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-services</artifactId>
    <version>0.8-M1_1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-services/
implementation 'org.eclipse.hono:hono-services:0.8-M1_1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-services/
implementation ("org.eclipse.hono:hono-services:0.8-M1_1")
'org.eclipse.hono:hono-services:pom:0.8-M1_1'
<dependency org="org.eclipse.hono" name="hono-services" rev="0.8-M1_1">
  <artifact name="hono-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-services', version='0.8-M1_1')
)
libraryDependencies += "org.eclipse.hono" % "hono-services" % "0.8-M1_1"
[org.eclipse.hono/hono-services "0.8-M1_1"]