is not current version
Last Version 0.5-M5

org.eclipse.hono:hono-app 0.5-M3

A Spring Boot application for running a Hono server

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-app
Version

Version

0.5-M3
Type

Type

jar

Download hono-app 0.5-M3


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