Skip to content

Commit 0839eae

Browse files
authored
Add maven link to readme
1 parent 0774eff commit 0839eae

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ This is the system independent core of [NewPipe](https://github.com/TeamNewPipe/
66
It can be used to create your own java based NewPipe client.
77

88
A small example showing how to use the extractor can be found [here](https://github.com/TeamNewPipe/np-cli).
9+
10+
## Usage
11+
Using this Extractor in your own projects is simple. We offer this extractor as maven repository, so if you use
12+
gradle you can simple include NewPipeExtractor to your project by adding this line to the dependencies:
13+
14+
`compile 'com.github.TeamNewPipe:NewPipeExtractor:7ae274`
15+
16+
A fill documentation is no yet there, but it will follow :) Stay tuned.

0 commit comments

Comments
 (0)