License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-app |
Version | Version0.5-M5 |
Type | Typejar |
Description |
DescriptionHono Application
A Spring Boot application for running a Hono server
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hono-app-0.5-M5.pom | |
hono-app-0.5-M5.jar | 89 KB |
hono-app-0.5-M5-sources.jar | 12 KB |
hono-app-0.5-M5-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-app/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-app</artifactId>
<version>0.5-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-app/
implementation 'org.eclipse.hono:hono-app:0.5-M5'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-app/
implementation ("org.eclipse.hono:hono-app:0.5-M5")
'org.eclipse.hono:hono-app:jar:0.5-M5'
<dependency org="org.eclipse.hono" name="hono-app" rev="0.5-M5">
<artifact name="hono-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-app', version='0.5-M5')
)
libraryDependencies += "org.eclipse.hono" % "hono-app" % "0.5-M5"
[org.eclipse.hono/hono-app "0.5-M5"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hono : hono-server | jar | 0.5-M5 |
org.eclipse.hono : hono-demo-certs | jar | 0.5-M5 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hono : hono-legal | jar | 0.5-M5 |
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.14 |