Skip to content

Commit eca99c5

Browse files
authored
Note integration sections in Gradle (#1898)
1 parent d15dec6 commit eca99c5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ It's built on top of [Netty](https://github.com/netty/netty). It's compiled with
1414
Binaries are deployed on Maven Central.
1515
Add a dependency on the main AsyncHttpClient artifact:
1616

17+
Maven:
1718
```xml
18-
1919
<dependencies>
2020
<dependency>
2121
<groupId>org.asynchttpclient</groupId>
@@ -25,6 +25,13 @@ Add a dependency on the main AsyncHttpClient artifact:
2525
</dependencies>
2626
```
2727

28+
Gradle:
29+
```groovy
30+
dependencies {
31+
implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2'
32+
}
33+
```
34+
2835
## Version
2936

3037
AHC doesn't use SEMVER, and won't.

0 commit comments

Comments
 (0)