License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.realzimboguy.ewelink.api |
ArtifactId | ArtifactIdewelink-api-java |
Last Version | Last Version2.1.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionewelink-api-java
This project provides a wrapping api access to the sonoff ewelink api, check https://github.com/RealZimboGuy/ewelink-api-java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.realzimboguy.ewelink.api/ewelink-api-java/ -->
<dependency>
<groupId>com.github.realzimboguy.ewelink.api</groupId>
<artifactId>ewelink-api-java</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.realzimboguy.ewelink.api/ewelink-api-java/
implementation 'com.github.realzimboguy.ewelink.api:ewelink-api-java:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.realzimboguy.ewelink.api/ewelink-api-java/
implementation ("com.github.realzimboguy.ewelink.api:ewelink-api-java:2.1.2-RELEASE")
'com.github.realzimboguy.ewelink.api:ewelink-api-java:jar:2.1.2-RELEASE'
<dependency org="com.github.realzimboguy.ewelink.api" name="ewelink-api-java" rev="2.1.2-RELEASE">
<artifact name="ewelink-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.realzimboguy.ewelink.api', module='ewelink-api-java', version='2.1.2-RELEASE')
)
libraryDependencies += "com.github.realzimboguy.ewelink.api" % "ewelink-api-java" % "2.1.2-RELEASE"
[com.github.realzimboguy.ewelink.api/ewelink-api-java "2.1.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.logging.log4j : log4j-api | jar | 2.7 |
org.apache.logging.log4j : log4j-core | jar | 2.7 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.7 |
org.java-websocket : Java-WebSocket | jar | 1.5.1 |