h

hono-service-base

Base classes for implementing Hono services.
https://www.eclipse.org/hono
文件下载
文件名 操作
hono-service-base-2.4.1.jar 下载
hono-service-base-2.4.1.pom 下载
hono-service-base-2.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-service-base</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-service-base:2.4.1'
Gradle Kotlin
implementation("org.eclipse.hono:hono-service-base:2.4.1")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-service-base" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-service-base', version='2.4.1')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-service-base" rev="2.4.1" />
Leiningen
[org.eclipse.hono/hono-service-base "2.4.1"]
Apache Buildr
'org.eclipse.hono:hono-service-base:jar:2.4.1'
本项目依赖
<parent>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-bom</artifactId>
  <version>2.4.1</version>
</parent>

compile

|-- org.eclipse.hono:hono-legal

|-- org.eclipse.hono:hono-client-common

|-- org.eclipse.hono:hono-client-amqp-connection

|-- org.eclipse.hono:hono-client-notification

|-- org.eclipse.hono:hono-client-notification-amqp

|-- org.eclipse.hono:hono-client-notification-kafka

|-- org.eclipse.hono:hono-client-notification-pubsub

|-- org.eclipse.hono:hono-core

|-- org.springframework.security:spring-security-crypto

|-- io.jsonwebtoken:jjwt-api

|-- io.jsonwebtoken:jjwt-impl

|-- io.jsonwebtoken:jjwt-jackson

|-- com.google.guava:guava

|-- io.vertx:vertx-web

|-- io.vertx:vertx-web-client

|-- org.slf4j:slf4j-api

|-- io.vertx:vertx-health-check

|-- io.micrometer:micrometer-core

|-- io.vertx:vertx-micrometer-metrics

|-- io.opentracing:opentracing-api

|-- com.github.ben-manes.caffeine:caffeine

|-- io.quarkus:quarkus-arc

|-- io.quarkus:quarkus-core

|-- io.quarkus:quarkus-config-yaml

|-- io.quarkus:quarkus-opentelemetry

|-- io.opentelemetry:opentelemetry-opentracing-shim

|-- io.opentelemetry:opentelemetry-sdk-extension-jaeger-remote-sampler

|-- io.quarkus:quarkus-smallrye-health

|-- com.github.spotbugs:spotbugs-annotations

test

|-- org.junit.jupiter:junit-jupiter-engine

|-- org.junit.jupiter:junit-jupiter-params

|-- io.quarkus:quarkus-junit5

|-- io.vertx:vertx-junit5

|-- org.mockito:mockito-core

|-- org.eclipse.hono:hono-demo-certs

|-- org.eclipse.hono:core-test-utils

|-- com.google.truth:truth

|-- io.micrometer:micrometer-registry-prometheus