Skip to content

Commit

Permalink
update pom and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 30, 2023
1 parent a0feb49 commit 090087b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2</version>
<version>0.2.5</version>
</dependency>
```

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

```groovy
implementation 'io.fusionauth:java-http:0.2.2'
implementation 'io.fusionauth:java-http:0.2.5'
```

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

```groovy
dependency(id: "io.fusionauth:java-http:0.2.2")
dependency(id: "io.fusionauth:java-http:0.2.5")
```

## Examples Usages:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fusionauth</groupId>
<artifactId>java-http</artifactId>
<version>0.2.2</version>
<version>0.2.5</version>
<packaging>jar</packaging>

<name>Java HTTP library (client and server)</name>
Expand Down

0 comments on commit 090087b

Please sign in to comment.