Skip to content

Commit

Permalink
fix jitpack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Benarbia committed Dec 31, 2023
1 parent d49ada1 commit 33e30bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# SerpApi Java Library

![test](https://github.com/serpapi/serpapi-java/workflows/test/badge.svg)
![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)

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

Expand All @@ -20,12 +20,12 @@ repositories {
}

dependencies {
implementation 'com.github.serpapi:serpapi:1.0.0'
implementation 'com.github.serpapi:serpapi-java:1.0.0'
}
```

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

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

Expand Down
5 changes: 3 additions & 2 deletions README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ end
# SerpApi Java Library

![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)

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

Expand All @@ -32,12 +33,12 @@ repositories {
}

dependencies {
implementation 'com.github.serpapi:serpapi:1.0.0'
implementation 'com.github.serpapi:serpapi-java:1.0.0'
}
```

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

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

Expand Down

0 comments on commit 33e30bf

Please sign in to comment.