MVN

com.khubla.hsclient : hsclient

Maven & Gradle

Nov 15, 2020
0 stars

khubla.com HomeSeer Client · A Java Client for HomeSeer

<dependency>
    <groupId>com.khubla.hsclient</groupId>
    <artifactId>hsclient</artifactId>
    <version>1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.khubla.hsclient : hsclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18

All Versions

Choose a version of com.khubla.hsclient : hsclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18
hsclient-1.18
1.17
hsclient-1.17
1.16
hsclient-1.16
1.15
hsclient-1.15
1.14
hsclient-1.14
1.13
hsclient-1.13
1.12
hsclient-1.12
1.11
hsclient-1.11
1.10
hsclient-1.10
1.9
hsclient-1.9
1.8
hsclient-1.8
1.7
hsclient-1.7
1.6
hsclient-1.6
1.5
hsclient-1.5
1.4
hsclient-1.4
1.3
hsclient-1.3
1.1.x
hsclient-1.1.0
1.0.x
hsclient-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.khubla.hsclient</groupId>
    <artifactId>hsclient</artifactId>
    <version>1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.khubla.hsclient : hsclient gradle dependency to your build.gradle file:

implementation 'com.khubla.hsclient:hsclient:1.18'

Gradle Kotlin DSL: Add the following com.khubla.hsclient : hsclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.khubla.hsclient:hsclient:1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.khubla.hsclient : hsclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.khubla.hsclient" % "hsclient" % "1.18"