You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,13 @@ This library would not have been possible without [Tian Zhang](https://github.co
10
10
11
11
Usage
12
12
=========
13
-
Read the [Javadoc](http://beowulfe.github.io/HAP-Java/apidocs/) and check out the [Sample](https://github.com/beowulfe/HAP-Java/tree/sample).
13
+
Include HAP-Java in your project using maven:
14
+
```
15
+
<dependency>
16
+
<groupId>com.beowulfe.hap</groupId>
17
+
<artifactId>hap</artifactId>
18
+
<version>1.1.3</version>
19
+
</dependency>
20
+
```
21
+
22
+
After that, read the [Javadoc](http://beowulfe.github.io/HAP-Java/apidocs/) and check out the [Sample](https://github.com/beowulfe/HAP-Java/tree/sample).
0 commit comments