GroupId | GroupIdcom.zsmartsystems |
---|---|
ArtifactId | ArtifactIdzigbee |
Version | Version1.3.9 |
Type | Typepom |
Filename | Size |
---|---|
zigbee-1.3.9.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zsmartsystems/zigbee/ -->
<dependency>
<groupId>com.zsmartsystems</groupId>
<artifactId>zigbee</artifactId>
<version>1.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zsmartsystems/zigbee/
implementation 'com.zsmartsystems:zigbee:1.3.9'
// https://jarcasting.com/artifacts/com.zsmartsystems/zigbee/
implementation ("com.zsmartsystems:zigbee:1.3.9")
'com.zsmartsystems:zigbee:pom:1.3.9'
<dependency org="com.zsmartsystems" name="zigbee" rev="1.3.9">
<artifact name="zigbee" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zsmartsystems', module='zigbee', version='1.3.9')
)
libraryDependencies += "com.zsmartsystems" % "zigbee" % "1.3.9"
[com.zsmartsystems/zigbee "1.3.9"]