We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ced0f5 commit 0bfdc76Copy full SHA for 0bfdc76
.code-samples.meilisearch.yaml
@@ -459,15 +459,15 @@ getting_started_add_documents_md: |-
459
<dependency>
460
<groupId>com.meilisearch.sdk</groupId>
461
<artifactId>meilisearch-java</artifactId>
462
- <version>0.13.0</version>
+ <version>0.14.0</version>
463
<type>pom</type>
464
</dependency>
465
```
466
467
**Gradle**
468
Add the following line to the `dependencies` section of your `build.gradle`:
469
```groovy
470
- implementation 'com.meilisearch.sdk:meilisearch-java:0.13.0'
+ implementation 'com.meilisearch.sdk:meilisearch-java:0.14.0'
471
472
473
```java
0 commit comments