License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.ezand.telldus |
ArtifactId | ArtifactIdtelldus-java |
Version | Version1.4 |
Type | Typejar |
Description |
DescriptionTelldus - Java
Java wrapper around the Telldus CLI (tdtool)
|
Filename | Size |
---|---|
telldus-java-1.4.pom | |
telldus-java-1.4.jar | 8 KB |
telldus-java-1.4-sources.jar | 3 KB |
telldus-java-1.4-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/ -->
<dependency>
<groupId>org.ezand.telldus</groupId>
<artifactId>telldus-java</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/
implementation 'org.ezand.telldus:telldus-java:1.4'
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/
implementation ("org.ezand.telldus:telldus-java:1.4")
'org.ezand.telldus:telldus-java:jar:1.4'
<dependency org="org.ezand.telldus" name="telldus-java" rev="1.4">
<artifact name="telldus-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ezand.telldus', module='telldus-java', version='1.4')
)
libraryDependencies += "org.ezand.telldus" % "telldus-java" % "1.4"
[org.ezand.telldus/telldus-java "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ezand.telldus : telldus-core | jar | 1.4 |
org.apache.commons : commons-lang3 | jar | 3.4 |