We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15dec6 commit eca99c5Copy full SHA for eca99c5
README.md
@@ -14,8 +14,8 @@ It's built on top of [Netty](https://github.com/netty/netty). It's compiled with
14
Binaries are deployed on Maven Central.
15
Add a dependency on the main AsyncHttpClient artifact:
16
17
+Maven:
18
```xml
-
19
<dependencies>
20
<dependency>
21
<groupId>org.asynchttpclient</groupId>
@@ -25,6 +25,13 @@ Add a dependency on the main AsyncHttpClient artifact:
25
</dependencies>
26
```
27
28
+Gradle:
29
+```groovy
30
+dependencies {
31
+ implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2'
32
+}
33
+```
34
+
35
## Version
36
37
AHC doesn't use SEMVER, and won't.
0 commit comments