GroupId | GroupIdorg.ezand.telldus |
---|---|
ArtifactId | ArtifactIdtelldus-rest |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
telldus-rest-1.1.pom | |
telldus-rest-1.1.jar | 30 MB |
telldus-rest-1.1-sources.jar | 15 KB |
telldus-rest-1.1-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ezand.telldus/telldus-rest/ -->
<dependency>
<groupId>org.ezand.telldus</groupId>
<artifactId>telldus-rest</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-rest/
implementation 'org.ezand.telldus:telldus-rest:1.1'
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-rest/
implementation ("org.ezand.telldus:telldus-rest:1.1")
'org.ezand.telldus:telldus-rest:jar:1.1'
<dependency org="org.ezand.telldus" name="telldus-rest" rev="1.1">
<artifact name="telldus-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ezand.telldus', module='telldus-rest', version='1.1')
)
libraryDependencies += "org.ezand.telldus" % "telldus-rest" % "1.1"
[org.ezand.telldus/telldus-rest "1.1"]