| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.hono |
| Идентификатор | Идентификаторhono-service-device-registry |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHono Device Registry
A default device registry for Hono implementing the Device Registration and Credentials APIs.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-service-device-registry</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry/
implementation 'org.eclipse.hono:hono-service-device-registry:1.1.2'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry/
implementation ("org.eclipse.hono:hono-service-device-registry:1.1.2")
'org.eclipse.hono:hono-service-device-registry:jar:1.1.2'
<dependency org="org.eclipse.hono" name="hono-service-device-registry" rev="1.1.2">
<artifact name="hono-service-device-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-device-registry', version='1.1.2')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-device-registry" % "1.1.2"
[org.eclipse.hono/hono-service-device-registry "1.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.hono : hono-service-base | jar | 1.1.2 |
| org.springframework.boot : spring-boot | jar | 2.1.11.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.11.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.hono : hono-legal | jar | 1.1.2 |
| org.eclipse.hono : hono-demo-certs | jar | 1.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-logging | jar | 2.1.11.RELEASE |
| org.yaml : snakeyaml | jar | 1.23 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.hono : hono-service-base | test-jar | 1.1.2 |
| org.assertj : assertj-core | jar | 3.13.2 |
| org.mockito : mockito-core | jar | 2.28.2 |
| io.vertx : vertx-junit5 | jar | 3.8.4 |