is not current version
Last Version 2.0.0

org.eclipse.hono:hono-services 1.5.2

Micro services implementing APIs that Hono depends on only and which are therefore not part of the Hono server process itself. The service components included here can be replaced by other (custom) components as long as they implement the required API(s).

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-services
Version

Version

1.5.2
Type

Type

pom

Download hono-services 1.5.2

Filename Size
hono-services-1.5.2.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-services/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-services</artifactId>
    <version>1.5.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-services/
implementation 'org.eclipse.hono:hono-services:1.5.2'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-services/
implementation ("org.eclipse.hono:hono-services:1.5.2")
'org.eclipse.hono:hono-services:pom:1.5.2'
<dependency org="org.eclipse.hono" name="hono-services" rev="1.5.2">
  <artifact name="hono-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-services', version='1.5.2')
)
libraryDependencies += "org.eclipse.hono" % "hono-services" % "1.5.2"
[org.eclipse.hono/hono-services "1.5.2"]