License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-example |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHono Examples
Example code illustrating usage of Hono APIs
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
hono-example-2.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-example</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/
implementation 'org.eclipse.hono:hono-example:2.0.0'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/
implementation ("org.eclipse.hono:hono-example:2.0.0")
'org.eclipse.hono:hono-example:pom:2.0.0'
<dependency org="org.eclipse.hono" name="hono-example" rev="2.0.0">
<artifact name="hono-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-example', version='2.0.0')
)
libraryDependencies += "org.eclipse.hono" % "hono-example" % "2.0.0"
[org.eclipse.hono/hono-example "2.0.0"]