Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meili-bot committed Aug 20, 2024
1 parent 7ced0f5 commit 0bfdc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,15 +459,15 @@ getting_started_add_documents_md: |-
<dependency>
<groupId>com.meilisearch.sdk</groupId>
<artifactId>meilisearch-java</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
<type>pom</type>
</dependency>
```
**Gradle**
Add the following line to the `dependencies` section of your `build.gradle`:
```groovy
implementation 'com.meilisearch.sdk:meilisearch-java:0.13.0'
implementation 'com.meilisearch.sdk:meilisearch-java:0.14.0'
```
```java
Expand Down

0 comments on commit 0bfdc76

Please sign in to comment.