MVN

org.eclipse.hono : hono-service-device-registry-file

Maven & Gradle

Jul 21, 2022
416 stars

Hono File Based Device Registry · A default file based device registry for Hono implementing the Device Registration and Credentials APIs.

<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-service-device-registry-file</artifactId>
    <version>1.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.hono : hono-service-device-registry-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.3

All Versions

Choose a version of org.eclipse.hono : hono-service-device-registry-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
hono-service-device-registry-file-1.12.3
hono-service-device-registry-file-1.12.1
hono-service-device-registry-file-1.12.0
1.11.x
hono-service-device-registry-file-1.11.2
hono-service-device-registry-file-1.11.1
hono-service-device-registry-file-1.11.0
1.10.x
hono-service-device-registry-file-1.10.1
hono-service-device-registry-file-1.10.0
1.9.x
hono-service-device-registry-file-1.9.1
hono-service-device-registry-file-1.9.0
1.8.x
hono-service-device-registry-file-1.8.3
hono-service-device-registry-file-1.8.2
hono-service-device-registry-file-1.8.1
hono-service-device-registry-file-1.8.0
1.7.x
hono-service-device-registry-file-1.7.4
hono-service-device-registry-file-1.7.3
hono-service-device-registry-file-1.7.2
hono-service-device-registry-file-1.7.1
hono-service-device-registry-file-1.7.0
1.6.x
hono-service-device-registry-file-1.6.2
hono-service-device-registry-file-1.6.1
hono-service-device-registry-file-1.6.0
1.5.x
hono-service-device-registry-file-1.5.2
hono-service-device-registry-file-1.5.1
hono-service-device-registry-file-1.5.0
1.4.x
hono-service-device-registry-file-1.4.5
hono-service-device-registry-file-1.4.4
hono-service-device-registry-file-1.4.3
hono-service-device-registry-file-1.4.0
1.3.x
hono-service-device-registry-file-1.3.2
hono-service-device-registry-file-1.3.1
hono-service-device-registry-file-1.3.0
hono-service-device-registry-file-1.3.0-M3
hono-service-device-registry-file-1.3.0-M2
hono-service-device-registry-file-1.3.0-M1
1.2.x
hono-service-device-registry-file-1.2.4
hono-service-device-registry-file-1.2.3
hono-service-device-registry-file-1.2.2
hono-service-device-registry-file-1.2.1
hono-service-device-registry-file-1.2.0

How to add a dependency to Maven

Add the following org.eclipse.hono : hono-service-device-registry-file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-service-device-registry-file</artifactId>
    <version>1.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.hono : hono-service-device-registry-file gradle dependency to your build.gradle file:

implementation 'org.eclipse.hono:hono-service-device-registry-file:1.12.3'

Gradle Kotlin DSL: Add the following org.eclipse.hono : hono-service-device-registry-file gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.hono:hono-service-device-registry-file:1.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.hono : hono-service-device-registry-file sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.hono" % "hono-service-device-registry-file" % "1.12.3"

Advertisement