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