is not current version
Last Version 1.1.2

org.eclipse.hono:hono-service-device-registry 1.1.0-M1

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

1.1.0-M1
Type

Type

jar

Download hono-service-device-registry 1.1.0-M1


<!-- 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.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry/
implementation 'org.eclipse.hono:hono-service-device-registry:1.1.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry/
implementation ("org.eclipse.hono:hono-service-device-registry:1.1.0-M1")
'org.eclipse.hono:hono-service-device-registry:jar:1.1.0-M1'
<dependency org="org.eclipse.hono" name="hono-service-device-registry" rev="1.1.0-M1">
  <artifact name="hono-service-device-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-device-registry', version='1.1.0-M1')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-device-registry" % "1.1.0-M1"
[org.eclipse.hono/hono-service-device-registry "1.1.0-M1"]