is not current version
Last Version 2.0.0

org.eclipse.hono:hono-adapters 1.2.4

An arbitrary collection of example protocol adapters for Hono. These adapters are mainly intended to be used for demonstration or PoCs.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-adapters
Version

Version

1.2.4
Type

Type

pom

Download hono-adapters 1.2.4

Filename Size
hono-adapters-1.2.4.pom 5 KB
Browse

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