GroupId | GroupIdcom.github.zouchongjin |
---|---|
ArtifactId | ArtifactIdhap-module-system-starter |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zouchongjin/hap-module-system-starter/ -->
<dependency>
<groupId>com.github.zouchongjin</groupId>
<artifactId>hap-module-system-starter</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zouchongjin/hap-module-system-starter/
implementation 'com.github.zouchongjin:hap-module-system-starter:1.0.6'
// https://jarcasting.com/artifacts/com.github.zouchongjin/hap-module-system-starter/
implementation ("com.github.zouchongjin:hap-module-system-starter:1.0.6")
'com.github.zouchongjin:hap-module-system-starter:jar:1.0.6'
<dependency org="com.github.zouchongjin" name="hap-module-system-starter" rev="1.0.6">
<artifact name="hap-module-system-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zouchongjin', module='hap-module-system-starter', version='1.0.6')
)
libraryDependencies += "com.github.zouchongjin" % "hap-module-system-starter" % "1.0.6"
[com.github.zouchongjin/hap-module-system-starter "1.0.6"]