is not current version
Last Version 0.1.9

org.github.leshan:leshan-client-example 0.1.8

A demonstration client built upon the Leshan client.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.github.leshan
ArtifactId

ArtifactId

leshan-client-example
Version

Version

0.1.8
Type

Type

jar

Download leshan-client-example 0.1.8


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