Skip to content

Commit 002428b

Browse files
committed
Updated docs
1 parent fcd2adb commit 002428b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ This library would not have been possible without [Tian Zhang](https://github.co
1010

1111
Usage
1212
=========
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

Comments
 (0)