MVN

com.lhings.java : lhings-java

Maven & Gradle

Dec 15, 2015
2 stars

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.

<dependency>
    <groupId>com.lhings.java</groupId>
    <artifactId>lhings-java</artifactId>
    <version>2.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lhings.java : lhings-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.1

All Versions

Choose a version of com.lhings.java : lhings-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
lhings-java-2.4.1
2.2.x
lhings-java-2.2.1
2.1
lhings-java-2.1
2.0
lhings-java-2.0

How to add a dependency to Maven

Add the following com.lhings.java : lhings-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lhings.java : lhings-java gradle dependency to your build.gradle file:

implementation 'com.lhings.java:lhings-java:2.4.1'

Gradle Kotlin DSL: Add the following com.lhings.java : lhings-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lhings.java:lhings-java:2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lhings.java : lhings-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lhings.java" % "lhings-java" % "2.4.1"