GroupId | GroupIdcom.github.zouchongjin |
---|---|
ArtifactId | ArtifactIdhap-api-starter |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
hap-api-starter-1.1.2.pom | |
hap-api-starter-1.1.2.jar | 33 KB |
hap-api-starter-1.1.2-sources.jar | 21 KB |
hap-api-starter-1.1.2-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zouchongjin/hap-api-starter/ -->
<dependency>
<groupId>com.github.zouchongjin</groupId>
<artifactId>hap-api-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zouchongjin/hap-api-starter/
implementation 'com.github.zouchongjin:hap-api-starter:1.1.2'
// https://jarcasting.com/artifacts/com.github.zouchongjin/hap-api-starter/
implementation ("com.github.zouchongjin:hap-api-starter:1.1.2")
'com.github.zouchongjin:hap-api-starter:jar:1.1.2'
<dependency org="com.github.zouchongjin" name="hap-api-starter" rev="1.1.2">
<artifact name="hap-api-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zouchongjin', module='hap-api-starter', version='1.1.2')
)
libraryDependencies += "com.github.zouchongjin" % "hap-api-starter" % "1.1.2"
[com.github.zouchongjin/hap-api-starter "1.1.2"]