Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.github.hap-java |
ArtifactId | ArtifactIdhap |
Version | Version2.0.0-snapshot |
Type | Typejar |
Filename | Size |
---|---|
hap-2.0.0-snapshot.pom | |
hap-2.0.0-snapshot.jar | 425 KB |
hap-2.0.0-snapshot-sources.jar | 264 KB |
hap-2.0.0-snapshot-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hap-java/hap/ -->
<dependency>
<groupId>io.github.hap-java</groupId>
<artifactId>hap</artifactId>
<version>2.0.0-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hap-java/hap/
implementation 'io.github.hap-java:hap:2.0.0-snapshot'
// https://jarcasting.com/artifacts/io.github.hap-java/hap/
implementation ("io.github.hap-java:hap:2.0.0-snapshot")
'io.github.hap-java:hap:jar:2.0.0-snapshot'
<dependency org="io.github.hap-java" name="hap" rev="2.0.0-snapshot">
<artifact name="hap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hap-java', module='hap', version='2.0.0-snapshot')
)
libraryDependencies += "io.github.hap-java" % "hap" % "2.0.0-snapshot"
[io.github.hap-java/hap "2.0.0-snapshot"]