Skip to content

Commit a1114c2

Browse files
Merge pull request #15 from sovren/feature/update-readme
updated readme
2 parents 8c75309 + cf5b4fe commit a1114c2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

56
The 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
1314
Add 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
2930
You'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

0 commit comments

Comments
 (0)