Last Version

Java client for the Homematic IP Cloud 1.0.0

A Java wrapper for the RESP API of the Homematic IP Cloud

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.salex.hmip
ArtifactId

ArtifactId

client
Version

Version

1.0.0
Type

Type

jar
Description

Description

Java client for the Homematic IP Cloud
A Java wrapper for the RESP API of the Homematic IP Cloud
Project URL

Project URL

https://github.com/sagaert/hmip-rest-api
Source Code Management

Source Code Management

https://github.com/sagaert/hmip-rest-api/tree/main

Download client 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-webflux jar

Project Modules

There are no modules declared in this project.