Skip to content

Commit

Permalink
Note integration sections in Gradle (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 19, 2023
1 parent d15dec6 commit eca99c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ It's built on top of [Netty](https://github.com/netty/netty). It's compiled with
Binaries are deployed on Maven Central.
Add a dependency on the main AsyncHttpClient artifact:

Maven:
```xml

<dependencies>
<dependency>
<groupId>org.asynchttpclient</groupId>
Expand All @@ -25,6 +25,13 @@ Add a dependency on the main AsyncHttpClient artifact:
</dependencies>
```

Gradle:
```groovy
dependencies {
implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2'
}
```

## Version

AHC doesn't use SEMVER, and won't.
Expand Down

0 comments on commit eca99c5

Please sign in to comment.