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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.lhings.java
Идентификатор

Идентификатор

lhings-java
Последняя версия

Последняя версия

2.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

https://github.com/lhings/java_lhings_library

Скачать lhings-java

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.4.1
2.2.1
2.1
2.0