Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
voidmain committed Feb 9, 2024
1 parent 58298a8 commit c2234dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ To add this library to your project, you can include this dependency in your Mav
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>java-http</artifactId>
<version>0.2.10</version>
<version>0.3.0</version>
</dependency>
```

If you are using Gradle, you can add this to your build file:

```groovy
implementation 'io.fusionauth:java-http:0.2.10'
implementation 'io.fusionauth:java-http:0.3.00'
```

If you are using Savant, you can add this to your build file:

```groovy
dependency(id: "io.fusionauth:java-http:0.2.10")
dependency(id: "io.fusionauth:java-http:0.3.0")
```

## Examples Usages:
Expand Down

0 comments on commit c2234dc

Please sign in to comment.