Download leshan-client-0.1.7.jar file - Jar l

Jar examples for l:leshan-client

Description

A LWM2M client built upon the Leshan core.

You can download jar file leshan-client 0.1.7 in this page.

License

Open Source License

Build File

You can use the following script to add leshan-client-0.1.7.jar to your project.

<dependency>
   <groupId>org.github.leshan</groupId>
   <artifactId>leshan-client</artifactId>
   <version>0.1.7</version>
</dependency>
compile group: 'org.github.leshan', name: 'leshan-client', version: '0.1.7'
libraryDependencies += "org.github.leshan" % "leshan-client" % "0.1.7"
<dependency org="org.github.leshan" name="leshan-client" rev="0.1.7"/>
@Grapes(@Grab(group='org.github.leshan', module='leshan-client', version='0.1.7'))
'org.github.leshan:leshan-client:jar:0.1.7'

Download

Click the following link to download the jar file.

leshan-client-0.1.7-jar-with-dependencies.jar
leshan-client-0.1.7-javadoc.jar
leshan-client-0.1.7-sources.jar
leshan-client-0.1.7.jar
leshan-client-0.1.7.pom



Related Tutorials