Skip to content

Commit 1b58434

Browse files
committed
Update installation
1 parent 67c5283 commit 1b58434

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
Java bindings for BrowserStack Local.
66

77
## Installation
8+
9+
Add the following to pom.xml
810
```
9-
mvn install browserstack-local
11+
<!-- http://mvnrepository.com/artifact/com.browserstack/browserstack-local-java -->
12+
<dependency>
13+
<groupId>com.browserstack</groupId>
14+
<artifactId>browserstack-local-java</artifactId>
15+
<version>0.3.0</version>
16+
</dependency>
1017
```
1118

1219
## Example

0 commit comments

Comments
 (0)