Skip to content

Commit

Permalink
[1.0.0]
Browse files Browse the repository at this point in the history
Release ready
  • Loading branch information
GoodforGod committed Aug 24, 2022
1 parent 0c880a2 commit 625f4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Java 17+ support.

[**Gradle**](https://mvnrepository.com/artifact/io.goodforgod/http-common)
```groovy
implementation "io.goodforgod:http-common:1.0.0-SNAPSHOT"
implementation "io.goodforgod:http-common:1.0.0"
```

[**Maven**](https://mvnrepository.com/artifact/io.goodforgod/http-common)
```xml
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>http-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 625f4d4

Please sign in to comment.