| GroupId | GroupIdcn.ximcloud.homekit |
|---|---|
| ArtifactId | ArtifactIdximcloud-homekit-core |
| Version | Version0.1.20 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.ximcloud.homekit/ximcloud-homekit-core/ -->
<dependency>
<groupId>cn.ximcloud.homekit</groupId>
<artifactId>ximcloud-homekit-core</artifactId>
<version>0.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ximcloud.homekit/ximcloud-homekit-core/
implementation 'cn.ximcloud.homekit:ximcloud-homekit-core:0.1.20'
// https://jarcasting.com/artifacts/cn.ximcloud.homekit/ximcloud-homekit-core/
implementation ("cn.ximcloud.homekit:ximcloud-homekit-core:0.1.20")
'cn.ximcloud.homekit:ximcloud-homekit-core:jar:0.1.20'
<dependency org="cn.ximcloud.homekit" name="ximcloud-homekit-core" rev="0.1.20">
<artifact name="ximcloud-homekit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ximcloud.homekit', module='ximcloud-homekit-core', version='0.1.20')
)
libraryDependencies += "cn.ximcloud.homekit" % "ximcloud-homekit-core" % "0.1.20"
[cn.ximcloud.homekit/ximcloud-homekit-core "0.1.20"]