Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.ezand.telldus |
ArtifactId | ArtifactIdtelldus-java |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
telldus-java-1.2.pom | |
telldus-java-1.2.jar | 8 KB |
telldus-java-1.2-sources.jar | 3 KB |
telldus-java-1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/
implementation 'org.ezand.telldus:telldus-java:1.2'
// https://jarcasting.com/artifacts/org.ezand.telldus/telldus-java/
implementation ("org.ezand.telldus:telldus-java:1.2")
'org.ezand.telldus:telldus-java:jar:1.2'
<dependency org="org.ezand.telldus" name="telldus-java" rev="1.2">
<artifact name="telldus-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ezand.telldus', module='telldus-java', version='1.2')
)
libraryDependencies += "org.ezand.telldus" % "telldus-java" % "1.2"
[org.ezand.telldus/telldus-java "1.2"]