is not current version
Last Version 0.1.11-M7

org.eclipse.leshan:leshan-client-example 0.1.11-M6

A demonstration client built upon the Leshan client.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.leshan
ArtifactId

ArtifactId

leshan-client-example
Version

Version

0.1.11-M6
Type

Type

jar

Download leshan-client-example 0.1.11-M6


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