is not current version
Last Version 2.0.1

io.github.hap-java:hap 2.0.0-snapshot

Homekit Accessory Protocol for Java

Categories

Categories

Java Languages
GroupId

GroupId

io.github.hap-java
ArtifactId

ArtifactId

hap
Version

Version

2.0.0-snapshot
Type

Type

jar

Download hap 2.0.0-snapshot


<!-- 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"]