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

org.eclipse.hono:hono-services 1.4.0

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
Версия

Версия

1.4.0
Тип

Тип

pom

Скачать hono-services 1.4.0

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

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