lhings-java

Java library for device connectivity with Lhings. Lhings is a cloud platform that allows you to retrieve information from your devices and remotely control them in a very easy way. Learn more at http://support.lhings.com.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.lhings.java
ArtifactId

ArtifactId

lhings-java
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

lhings-java
Java library for device connectivity with Lhings. Lhings is a cloud platform that allows you to retrieve information from your devices and remotely control them in a very easy way. Learn more at http://support.lhings.com.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/lhings/java_lhings_library

Download lhings-java

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.9
commons-logging : commons-logging jar 1.2
org.apache.httpcomponents : httpcore jar 4.3.2
org.apache.httpcomponents : httpmime jar 4.3.2
org.apache.httpcomponents : httpclient jar 4.3.2
org.apache.httpcomponents : httpclient-cache jar 4.3.2
org.apache.httpcomponents : fluent-hc jar 4.3.2
com.fasterxml.uuid : java-uuid-generator jar 3.1.3
org.json : json jar 20140107
log4j : log4j jar 1.2.16

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Lhings library for Java based devices

Library and basic examples to connect your Java based device to Lhings: http://support.lhings.com/

The library needs Java 5 or newer.

Maven is used for development, compile with mvn compile. To generate a jar file, execute mvn package. If you use Maven in your own project, you can use the Lhings library adding the following dependency to your pom.xml:

<dependency>
	<groupId>com.lhings.java</groupId>
	<artifactId>lhings-java</artifactId>
	<version>2.4.1</version>
</dependency>

To learn how to develop with this library read the quick start tutorial and the javadoc. You can find further help in:

This library is licensed under the terms of the Apache License v2.0.

Enjoy!

com.lhings.java

Lhings

IoT Cloud Technology

Versions

Version
2.4.1
2.2.1
2.1
2.0