Skip to content

Commit 7ddf67a

Browse files
committed
Update README.md
1 parent d6c574a commit 7ddf67a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ Implements:
1212
* XPath - [Jdom2](https://github.com/hunterhacker/jdom/)
1313
* JsonPath - [JsonPath](https://github.com/jayway/JsonPath)
1414

15+
16+
###Usage
17+
To add a dependency on Web-Data-Extractor using Maven, use the following:
18+
19+
```xml
20+
<dependency>
21+
<groupId>im.nll.data</groupId>
22+
<artifactId>extractor</artifactId>
23+
<version>0.9.3</version>
24+
</dependency>
25+
```
26+
27+
To add a dependency using Gradle:
28+
29+
```
30+
dependencies {
31+
compile 'im.nll.data:extractor:0.9.3'
32+
}
33+
```
34+
35+
1536
##Examples
1637

1738
###extract single data

0 commit comments

Comments
 (0)