Skip to content

Commit 9c4d1f8

Browse files
Merge pull request #2 from outscraper/os-add-new-services
added new services
2 parents b812874 + 97be65a commit 9c4d1f8

8 files changed

Lines changed: 272 additions & 19 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'com.github.outscraper:outscraper-java:v2.0.0'
18+
implementation 'com.github.outscraper:outscraper-java:v2.1.0'
1919
}
2020
```
2121
@@ -36,14 +36,14 @@ Add the dependency
3636
<dependency>
3737
<groupId>com.github.outscraper</groupId>
3838
<artifactId>outscraper-java</artifactId>
39-
<version>v2.0.0</version>
39+
<version>v2.1.0</version>
4040
</dependency>
4141
```
4242
4343
### Others
4444
4545
You'll need to manually install the following JARs:
46-
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.0.0/outscraper-java-v2.0.0.jar)
46+
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.1.0/outscraper-java-v2.1.0.jar)
4747
- [Json](https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar)
4848
- [Httpcomponents](https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar)
4949
- [Guava](https://repo1.maven.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'maven-publish'
33

44
group = 'com.github.outscraper'
5-
version = '2.0.0'
5+
version = '2.1.0'
66

77
repositories {
88
mavenCentral()

examples/Emails And Contacts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'com.github.outscraper:outscraper-java:v2.0.0'
18+
implementation 'com.github.outscraper:outscraper-java:v2.1.0'
1919
}
2020
```
2121
@@ -36,14 +36,14 @@ Add the dependency
3636
<dependency>
3737
<groupId>com.github.outscraper</groupId>
3838
<artifactId>outscraper-java</artifactId>
39-
<version>v2.0.0</version>
39+
<version>v2.1.0</version>
4040
</dependency>
4141
```
4242
4343
### Others
4444
4545
You'll need to manually install the following JARs:
46-
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.0.0/outscraper-java-v2.0.0.jar)
46+
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.1.0/outscraper-java-v2.1.0.jar)
4747
- [Json](https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar)
4848
- [Httpcomponents](https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar)
4949
- [Guava](https://repo1.maven.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar)

examples/Google Maps Reviews.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation 'com.github.outscraper:outscraper-java:v2.0.0'
23+
implementation 'com.github.outscraper:outscraper-java:v2.1.0'
2424
}
2525
```
2626
@@ -41,14 +41,14 @@ Add the dependency
4141
<dependency>
4242
<groupId>com.github.outscraper</groupId>
4343
<artifactId>outscraper-java</artifactId>
44-
<version>v2.0.0</version>
44+
<version>v2.1.0</version>
4545
</dependency>
4646
```
4747
4848
### Others
4949
5050
You'll need to manually install the following JARs:
51-
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.0.0/outscraper-java-v2.0.0.jar)
51+
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.1.0/outscraper-java-v2.1.0.jar)
5252
- [Json](https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar)
5353
- [Httpcomponents](https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar)
5454
- [Guava](https://repo1.maven.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar)

examples/Google Maps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation 'com.github.outscraper:outscraper-java:v2.0.0'
19+
implementation 'com.github.outscraper:outscraper-java:v2.1.0'
2020
}
2121
```
2222
@@ -37,14 +37,14 @@ Add the dependency
3737
<dependency>
3838
<groupId>com.github.outscraper</groupId>
3939
<artifactId>outscraper-java</artifactId>
40-
<version>v2.0.0</version>
40+
<version>v2.1.0</version>
4141
</dependency>
4242
```
4343
4444
### Others
4545
4646
You'll need to manually install the following JARs:
47-
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.0.0/outscraper-java-v2.0.0.jar)
47+
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.1.0/outscraper-java-v2.1.0.jar)
4848
- [Json](https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar)
4949
- [Httpcomponents](https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar)
5050
- [Guava](https://repo1.maven.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar)

examples/Google SERP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'com.github.outscraper:outscraper-java:v2.0.0'
18+
implementation 'com.github.outscraper:outscraper-java:v2.1.0'
1919
}
2020
```
2121
@@ -36,14 +36,14 @@ Add the dependency
3636
<dependency>
3737
<groupId>com.github.outscraper</groupId>
3838
<artifactId>outscraper-java</artifactId>
39-
<version>v2.0.0</version>
39+
<version>v2.1.0</version>
4040
</dependency>
4141
```
4242
4343
### Others
4444
4545
You'll need to manually install the following JARs:
46-
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.0.0/outscraper-java-v2.0.0.jar)
46+
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.1.0/outscraper-java-v2.1.0.jar)
4747
- [Json](https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar)
4848
- [Httpcomponents](https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar)
4949
- [Guava](https://repo1.maven.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar)

examples/Phones Validator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'com.github.outscraper:outscraper-java:v2.0.0'
18+
implementation 'com.github.outscraper:outscraper-java:v2.1.0'
1919
}
2020
```
2121
@@ -36,14 +36,14 @@ Add the dependency
3636
<dependency>
3737
<groupId>com.github.outscraper</groupId>
3838
<artifactId>outscraper-java</artifactId>
39-
<version>v2.0.0</version>
39+
<version>v2.1.0</version>
4040
</dependency>
4141
```
4242
4343
### Others
4444
4545
You'll need to manually install the following JARs:
46-
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.0.0/outscraper-java-v2.0.0.jar)
46+
- [The Outscraper JAR](https://jitpack.io/com/github/outscraper/outscraper-java/v2.1.0/outscraper-java-v2.1.0.jar)
4747
- [Json](https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar)
4848
- [Httpcomponents](https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar)
4949
- [Guava](https://repo1.maven.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar)

0 commit comments

Comments
 (0)