is not current version
Last Version 1.1.2

org.eclipse.hono:hono-service-device-registry 0.8-M2

A default device registry for Hono implementing the Device Registration and Credentials APIs.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-service-device-registry
Version

Version

0.8-M2
Type

Type

jar

Download hono-service-device-registry 0.8-M2


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