-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello,
How do I get this library in maven?
Could you please help?
This is what I have in my pom.xml:
<dependency> <groupId>com.github.serpapi</groupId> <artifactId>google-search-results-java</artifactId> <version>2.0.3</version> </dependency>
and:
<repositories> <repository> <id>jitpack.io</id> <url>https://www.jitpack.io</url> </repository> </repositories>
But I am always getting this error:
[ERROR] Failed to execute goal on project xxx: Could not resolve dependencies for project xxx: The following artifacts could not be resolved: com.github.serpapi:google-search-results-java:jar:2.0.3 (absent): Could not find artifact com.github.serpapi:google-search-results-java:jar:2.0.3 in jitpack.io (https://www.jitpack.io)
Thank you!
hartator, sparkTesal, ilyazub and leafboosparkTesal
Metadata
Metadata
Assignees
Labels
No labels