Skip to content

Commit 33e30bf

Browse files
committed
fix jitpack dependencies
1 parent d49ada1 commit 33e30bf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# SerpApi Java Library
33

4-
![test](https://github.com/serpapi/serpapi-java/workflows/test/badge.svg)
4+
![test](https://github.com/serpapi/serpapi-java/workflows/test/badge.svg) [![](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
55

66
Integrate search data into your Java application. This library is the official wrapper for SerpApi (https://serpapi.com).
77

@@ -20,12 +20,12 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation 'com.github.serpapi:serpapi:1.0.0'
23+
implementation 'com.github.serpapi:serpapi-java:1.0.0'
2424
}
2525
```
2626

2727
To list all the version available.
28-
https://jitpack.io/api/builds/com.github.serpapi/serpapi
28+
https://jitpack.io/api/builds/com.github.serpapi/serpapi-java
2929

3030
or you can download the jar file from https://github.com/serpapi/serpapi-java.git
3131

README.md.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ end
1414
# SerpApi Java Library
1515

1616
![test](https://github.com/serpapi/serpapi-java/workflows/test/badge.svg)
17+
[![](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
1718

1819
Integrate search data into your Java application. This library is the official wrapper for SerpApi (https://serpapi.com).
1920

@@ -32,12 +33,12 @@ repositories {
3233
}
3334

3435
dependencies {
35-
implementation 'com.github.serpapi:serpapi:1.0.0'
36+
implementation 'com.github.serpapi:serpapi-java:1.0.0'
3637
}
3738
```
3839

3940
To list all the version available.
40-
https://jitpack.io/api/builds/com.github.serpapi/serpapi
41+
https://jitpack.io/api/builds/com.github.serpapi/serpapi-java
4142

4243
or you can download the jar file from https://github.com/serpapi/serpapi-java.git
4344

0 commit comments

Comments
 (0)