Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.realzimboguy.ewelink.api |
ArtifactId | ArtifactIdewelink-api-java |
Version | Version2.1.0-RELEASE |
Type | Typejar |
<!-- 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"]