| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdio.github.hap-java |
| ArtifactId | ArtifactIdhap |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhap-java
Homekit Accessory Protocol for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hap-2.0.1.pom | |
| hap-2.0.1.jar | 425 KB |
| hap-2.0.1-sources.jar | 264 KB |
| hap-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hap-java/hap/
implementation 'io.github.hap-java:hap:2.0.1'
// https://jarcasting.com/artifacts/io.github.hap-java/hap/
implementation ("io.github.hap-java:hap:2.0.1")
'io.github.hap-java:hap:jar:2.0.1'
<dependency org="io.github.hap-java" name="hap" rev="2.0.1">
<artifact name="hap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hap-java', module='hap', version='2.0.1')
)
libraryDependencies += "io.github.hap-java" % "hap" % "2.0.1"
[io.github.hap-java/hap "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.10 |
| io.netty : netty-common | jar | 4.1.72.Final |
| io.netty : netty-buffer | jar | 4.1.72.Final |
| io.netty : netty-transport | jar | 4.1.72.Final |
| io.netty : netty-handler | jar | 4.1.72.Final |
| io.netty : netty-codec | jar | 4.1.72.Final |
| io.netty : netty-codec-http | jar | 4.1.72.Final |
| io.netty : netty-resolver | jar | 4.1.72.Final |
| com.nimbusds : srp6a | jar | 1.5.2 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.51 |
| net.vrallev.ecc : ecc-25519-java | jar | 1.0.1 |
| org.zeromq : curve25519-java | jar | 0.1.0 |
| javax.json : javax.json-api | jar | 1.0 |
| org.glassfish : javax.json | jar | 1.0.4 |
| org.jmdns : jmdns | jar | 3.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.8.0 |
| org.assertj : assertj-core | jar | 3.19.0 |