is not current version
Last Version 1.18

com.khubla.hsclient:hsclient 1.9

A Java Client for HomeSeer

Categories

Categories

CLI User Interface
GroupId

GroupId

com.khubla.hsclient
ArtifactId

ArtifactId

hsclient
Version

Version

1.9
Type

Type

jar

Download hsclient 1.9


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