We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c5283 commit 1b58434Copy full SHA for 1b58434
README.md
@@ -5,8 +5,15 @@
5
Java bindings for BrowserStack Local.
6
7
## Installation
8
+
9
+Add the following to pom.xml
10
```
-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>
17
18
19
## Example
0 commit comments