| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.hono |
| ArtifactId | ArtifactIdhono-example |
| Version | Version0.9-M2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hono-example-0.9-M2.pom | |
| hono-example-0.9-M2.jar | 113 KB |
| hono-example-0.9-M2-sources.jar | 26 KB |
| hono-example-0.9-M2-javadoc.jar | 456 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-example</artifactId>
<version>0.9-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/
implementation 'org.eclipse.hono:hono-example:0.9-M2'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/
implementation ("org.eclipse.hono:hono-example:0.9-M2")
'org.eclipse.hono:hono-example:jar:0.9-M2'
<dependency org="org.eclipse.hono" name="hono-example" rev="0.9-M2">
<artifact name="hono-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-example', version='0.9-M2')
)
libraryDependencies += "org.eclipse.hono" % "hono-example" % "0.9-M2"
[org.eclipse.hono/hono-example "0.9-M2"]