is not current version
Last Version 1.12.1

org.eclipse.hono:hono-cli 0.8

Hono Command line Interface

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-cli
Version

Version

0.8
Type

Type

jar

Download hono-cli 0.8


<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-cli/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-cli</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-cli/
implementation 'org.eclipse.hono:hono-cli:0.8'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-cli/
implementation ("org.eclipse.hono:hono-cli:0.8")
'org.eclipse.hono:hono-cli:jar:0.8'
<dependency org="org.eclipse.hono" name="hono-cli" rev="0.8">
  <artifact name="hono-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-cli', version='0.8')
)
libraryDependencies += "org.eclipse.hono" % "hono-cli" % "0.8"
[org.eclipse.hono/hono-cli "0.8"]