is not current version
Last Version 1.4

org.ezand.telldus:telldus-java 1.0

Java wrapper around the Telldus CLI (tdtool)

Categories

Categories

Java Languages
GroupId

GroupId

org.ezand.telldus
ArtifactId

ArtifactId

telldus-java
Version

Version

1.0
Type

Type

jar

Download telldus-java 1.0


<!-- https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/ -->
<dependency>
    <groupId>org.ezand.telldus</groupId>
    <artifactId>telldus-java</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/
implementation 'org.ezand.telldus:telldus-java:1.0'
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/
implementation ("org.ezand.telldus:telldus-java:1.0")
'org.ezand.telldus:telldus-java:jar:1.0'
<dependency org="org.ezand.telldus" name="telldus-java" rev="1.0">
  <artifact name="telldus-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ezand.telldus', module='telldus-java', version='1.0')
)
libraryDependencies += "org.ezand.telldus" % "telldus-java" % "1.0"
[org.ezand.telldus/telldus-java "1.0"]