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