We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47c94d commit a33aa53Copy full SHA for a33aa53
1 file changed
.code-samples.meilisearch.yaml
@@ -476,14 +476,14 @@ getting_started_add_documents: |-
476
// <dependency>
477
// <groupId>com.meilisearch.sdk</groupId>
478
// <artifactId>meilisearch-java</artifactId>
479
- // <version>0.19.0</version>
+ // <version>0.20.0</version>
480
// <type>pom</type>
481
// </dependency>
482
483
// For Gradle
484
// Add the following line to the `dependencies` section of your `build.gradle`:
485
//
486
- // implementation 'com.meilisearch.sdk:meilisearch-java:0.19.0'
+ // implementation 'com.meilisearch.sdk:meilisearch-java:0.20.0'
487
488
// In your .java file:
489
import com.meilisearch.sdk;
0 commit comments