Skip to content

Commit

Permalink
doc: update client version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Dec 10, 2024
1 parent 8c3819d commit edac76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/docs/05-clients/01-java/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ In addition to perform http requests for you, client offers some nice features :
<dependency>
<groupId>fr.maif</groupId>
<artifactId>izanami-client</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

</TabItem>
<TabItem value="gradle" label="Gradle">

```gradle
implementation group: 'fr.maif', name: 'izanami-client', version: '2.1.0'
implementation group: 'fr.maif', name: 'izanami-client', version: '2.2.0'
```

</TabItem>
Expand Down

0 comments on commit edac76f

Please sign in to comment.