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