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