Skip to content

Commit 97c877d

Browse files
committed
The client is now available in the Maven Central Repository
1 parent 3f80bd1 commit 97c877d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ Documentation of the API can be found at [docs.recombee.com](https://docs.recomb
88

99
## Installation
1010

11-
The client shall be available in the Maven Central Repository within days.
12-
Until then, you can use [jitpack](https://jitpack.io/#Recombee/java-api-client) for an easy install.
11+
The client is available in the [Maven Central Repository](https://mvnrepository.com/artifact/com.recombee/api-client/), so you need only to add the following `<dependency>` entry to your project's POM:
12+
```xml
13+
<dependency>
14+
<groupId>com.recombee</groupId>
15+
<artifactId>api-client</artifactId>
16+
<version>1.2.3</version>
17+
</dependency>
18+
```
1319

1420
## Examples
1521

0 commit comments

Comments
 (0)