| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.hono |
| ArtifactId | ArtifactIdhono-service-base-jdbc |
| Version | Version1.10.1 |
| Type | Typejar |
| Description |
DescriptionBase classes for JDBC services
Base classes for working with JDBC
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base-jdbc/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-service-base-jdbc</artifactId>
<version>1.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base-jdbc/
implementation 'org.eclipse.hono:hono-service-base-jdbc:1.10.1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base-jdbc/
implementation ("org.eclipse.hono:hono-service-base-jdbc:1.10.1")
'org.eclipse.hono:hono-service-base-jdbc:jar:1.10.1'
<dependency org="org.eclipse.hono" name="hono-service-base-jdbc" rev="1.10.1">
<artifact name="hono-service-base-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-base-jdbc', version='1.10.1')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-base-jdbc" % "1.10.1"
[org.eclipse.hono/hono-service-base-jdbc "1.10.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.hono : hono-core | jar | 1.10.1 |
| org.eclipse.hono : hono-service-base | jar | 1.10.1 |
| org.eclipse.hono : hono-service-device-registry-base | jar | 1.10.1 |
| io.vertx : vertx-jdbc-client | jar | 4.1.8 |
| io.vertx : vertx-health-check | jar | 4.1.8 |
| org.yaml : snakeyaml | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.6 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.6 |
| org.slf4j : slf4j-api | jar | 1.7.28 |
| com.google.guava : guava | jar | 30.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 2.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |