Skip to content

Commit

Permalink
doc: fix client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Jul 16, 2024
1 parent 8a32e36 commit 926fbb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manual/docs/05-clients/01-java/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ In addition to perform http requests for you, client offers some nice features :

```xml
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.1</version>
<groupId>fr.maif</groupId>
<artifactId>izanami-client</artifactId>
<version>2.1.0</version>
</dependency>
```

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

```gradle
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation group: 'fr.maif', name: 'izanami-client', version: '2.1.0'
```

</TabItem>
Expand Down

0 comments on commit 926fbb7

Please sign in to comment.