h

hono-service-base-jdbc

Base classes for working with JDBC
https://www.eclipse.org/hono
Files download
File Operation
hono-service-base-jdbc-1.12.3.jar download
hono-service-base-jdbc-1.12.3.pom download
hono-service-base-jdbc-1.12.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-service-base-jdbc</artifactId>
  <version>1.12.3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-service-base-jdbc:1.12.3'
Gradle Kotlin
implementation("org.eclipse.hono:hono-service-base-jdbc:1.12.3")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-service-base-jdbc" % "1.12.3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-service-base-jdbc', version='1.12.3')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-service-base-jdbc" rev="1.12.3" />
Leiningen
[org.eclipse.hono/hono-service-base-jdbc "1.12.3"]
Apache Buildr
'org.eclipse.hono:hono-service-base-jdbc:jar:1.12.3'