MVN

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

Maven & Gradle

Aug 17, 2023
416 stars

Hono JDBC Based Device Registry · A Quarkus based implementation of Hono's device registry using JDBC for persistence.

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

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

Version Vulnerabilities Updated
2.4.x
hono-service-device-registry-jdbc-2.4.0
2.3.x
hono-service-device-registry-jdbc-2.3.1
hono-service-device-registry-jdbc-2.3.0
2.1.x
hono-service-device-registry-jdbc-2.1.1
hono-service-device-registry-jdbc-2.1.0
2.0.x
hono-service-device-registry-jdbc-2.0.3
hono-service-device-registry-jdbc-2.0.2
hono-service-device-registry-jdbc-2.0.1
hono-service-device-registry-jdbc-2.0.0
1.12.x
hono-service-device-registry-jdbc-1.12.3
hono-service-device-registry-jdbc-1.12.1
hono-service-device-registry-jdbc-1.12.0
1.11.x
hono-service-device-registry-jdbc-1.11.2
hono-service-device-registry-jdbc-1.11.1
hono-service-device-registry-jdbc-1.11.0
1.10.x
hono-service-device-registry-jdbc-1.10.1
hono-service-device-registry-jdbc-1.10.0
1.9.x
hono-service-device-registry-jdbc-1.9.1
hono-service-device-registry-jdbc-1.9.0
1.8.x
hono-service-device-registry-jdbc-1.8.3
hono-service-device-registry-jdbc-1.8.2
hono-service-device-registry-jdbc-1.8.1
hono-service-device-registry-jdbc-1.8.0
1.7.x
hono-service-device-registry-jdbc-1.7.4
hono-service-device-registry-jdbc-1.7.3
hono-service-device-registry-jdbc-1.7.2
hono-service-device-registry-jdbc-1.7.1
hono-service-device-registry-jdbc-1.7.0
1.6.x
hono-service-device-registry-jdbc-1.6.2
hono-service-device-registry-jdbc-1.6.1
hono-service-device-registry-jdbc-1.6.0
1.5.x
hono-service-device-registry-jdbc-1.5.2
hono-service-device-registry-jdbc-1.5.1
hono-service-device-registry-jdbc-1.5.0

How to add a dependency to Maven

Add the following org.eclipse.hono : hono-service-device-registry-jdbc 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-jdbc</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.hono:hono-service-device-registry-jdbc:2.4.0'

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

implementation("org.eclipse.hono:hono-service-device-registry-jdbc:2.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.hono" % "hono-service-device-registry-jdbc" % "2.4.0"

Advertisement