From eca99c5ba02a9034ba7e695a1a728ed0c315bdc1 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 19 Aug 2023 18:53:26 +0800 Subject: [PATCH] Note integration sections in Gradle (#1898) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67699870c..44555f076 100644 --- a/README.md +++ b/README.md @@ -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 - org.asynchttpclient @@ -25,6 +25,13 @@ Add a dependency on the main AsyncHttpClient artifact: ``` +Gradle: +```groovy +dependencies { + implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2' +} +``` + ## Version AHC doesn't use SEMVER, and won't.