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