is not current version
Last Version 2.0.0

org.eclipse.hono:hono-services 0.8-M1_1

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

0.8-M1_1
Type

Type

pom

Download hono-services 0.8-M1_1


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