Skip to content

Commit 22994f9

Browse files
committed
Add maven dependency details to README
1 parent a75e06d commit 22994f9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ Java language binding for writing Appium Tests, conforms to [Mobile JSON Wire Pr
55

66
Depends upon the Selenium Java client library, available [here](http://docs.seleniumhq.org/download/)
77

8-
In the process of hosting on the Maven Central Repository, for now you can find the compiled jar in out/artifacts/java_client
8+
Hosted in Maven Central Repository:
9+
10+
```
11+
<dependency>
12+
<groupId>io.appium</groupId>
13+
<artifactId>java-client</artifactId>
14+
<version>1.0</version>
15+
</dependency>
16+
```
17+
18+
Or, the compiled jar can be found in out/artifacts/java_client
919

1020
###Added functions###
1121
More can be found in the docs, but here's a quick list of features which this project has added to the usual selenium binding.

0 commit comments

Comments
 (0)