File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# sovren-java
2- ![ GitHub] ( https://img.shields.io/github/license/sovren/sovren-java?color=3498af )
3- ![ Maven Central] ( https://img.shields.io/maven-central/v/com.sovren/sovren-java?color=be0913 )
2+ ![ GitHub] ( https://img.shields.io/github/license/sovren/sovren-java?color=0575aa )
3+ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.sovren/sovren-java?color=0575aa )
4+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/sovren/sovren-java/build )
45
56The official Java SDK for the Sovren v10 API for resume/CV and job parsing, searching, and matching. Supports Java 1.8+.
67
@@ -12,7 +13,7 @@ The official Java SDK for the Sovren v10 API for resume/CV and job parsing, sear
1213### Gradle Users
1314Add this dependency to your project's build file:
1415```
15- implementation "com.sovren:sovren-java:0.1.7
16+ implementation "com.sovren:sovren-java:0.1.14-beta
1617```
1718
1819### Maven Users
@@ -21,13 +22,13 @@ Add this dependency to your project's POM:
2122<dependency >
2223 <groupId >com.sovren</groupId >
2324 <artifactId >sovren-java</artifactId >
24- <version >0.1.7 </version >
25+ <version >0.1.14-beta </version >
2526</dependency >
2627```
2728
2829### Others
2930You'll need to manually install the following JARs:
30- - The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/0.1.9 -beta/sovren-java-0.1.7 .jar
31+ - The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/0.1.14 -beta/sovren-java-0.1.14-beta .jar
3132- [ Google Gson] [ gson_url ] from https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar .
3233- [ Square OkHttp] [ okhttp_url ] from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.9.0/okhttp-4.9.0.jar
3334
You can’t perform that action at this time.
0 commit comments