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