File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
66Integrate 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
2222dependencies {
23- implementation ' com.github.serpapi:serpapi:1.0.0'
23+ implementation ' com.github.serpapi:serpapi-java :1.0.0'
2424}
2525```
2626
2727To 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
3030or you can download the jar file from https://github.com/serpapi/serpapi-java.git
3131
Original file line number Diff line number Diff line change 1414# SerpApi Java Library
1515
1616
17+ [](https://jitpack.io/#serpapi/serpapi-java)
1718
1819Integrate 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
3435dependencies {
35- implementation 'com.github.serpapi:serpapi:1.0.0'
36+ implementation 'com.github.serpapi:serpapi-java :1.0.0'
3637}
3738```
3839
3940To 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
4243or you can download the jar file from https://github.com/serpapi/serpapi-java.git
4344
You can’t perform that action at this time.
0 commit comments