is not current version
Last Version 2.1.2-RELEASE

com.github.realzimboguy.ewelink.api:ewelink-api-java 2.1.0-RELEASE

This project provides a wrapping api access to the sonoff ewelink api, check https://github.com/RealZimboGuy/ewelink-api-java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.realzimboguy.ewelink.api
ArtifactId

ArtifactId

ewelink-api-java
Version

Version

2.1.0-RELEASE
Type

Type

jar

Download ewelink-api-java 2.1.0-RELEASE


<!-- 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.0-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.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.realzimboguy.ewelink.api/ewelink-api-java/
implementation ("com.github.realzimboguy.ewelink.api:ewelink-api-java:2.1.0-RELEASE")
'com.github.realzimboguy.ewelink.api:ewelink-api-java:jar:2.1.0-RELEASE'
<dependency org="com.github.realzimboguy.ewelink.api" name="ewelink-api-java" rev="2.1.0-RELEASE">
  <artifact name="ewelink-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.realzimboguy.ewelink.api', module='ewelink-api-java', version='2.1.0-RELEASE')
)
libraryDependencies += "com.github.realzimboguy.ewelink.api" % "ewelink-api-java" % "2.1.0-RELEASE"
[com.github.realzimboguy.ewelink.api/ewelink-api-java "2.1.0-RELEASE"]