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