Skip to content

Commit 6fbffa5

Browse files
committed
Updated README with Maven dependency
1 parent 4fce554 commit 6fbffa5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ Using the library [JSOUP](https://jsoup.org/), is possible to read the page and
1717
}
1818
}
1919

20+
## Maven
21+
```
22+
<dependency>
23+
<groupId>com.github.lucasfsousa</groupId>
24+
<artifactId>pricetag</artifactId>
25+
<version>0.0.1</version>
26+
</dependency>
27+
```
28+
2029
## Supported stores:
2130

2231
### Internacional
@@ -35,7 +44,5 @@ Using the library [JSOUP](https://jsoup.org/), is possible to read the page and
3544
- Media Markt
3645

3746
## TODOs
38-
39-
- Add the package in the Maven Central Repository
4047
- Add support to others stores (Gamestop \o/)
4148
- Improve documentation

0 commit comments

Comments
 (0)