GroupId | GroupIdcom.github.zouchongjin |
---|---|
ArtifactId | ArtifactIdhap-module-system-starter |
Version | Version1.3.1 |
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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zouchongjin/hap-module-system-starter/
implementation 'com.github.zouchongjin:hap-module-system-starter:1.3.1'
// https://jarcasting.com/artifacts/com.github.zouchongjin/hap-module-system-starter/
implementation ("com.github.zouchongjin:hap-module-system-starter:1.3.1")
'com.github.zouchongjin:hap-module-system-starter:jar:1.3.1'
<dependency org="com.github.zouchongjin" name="hap-module-system-starter" rev="1.3.1">
<artifact name="hap-module-system-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zouchongjin', module='hap-module-system-starter', version='1.3.1')
)
libraryDependencies += "com.github.zouchongjin" % "hap-module-system-starter" % "1.3.1"
[com.github.zouchongjin/hap-module-system-starter "1.3.1"]