Skip to content

Commit 9872ce0

Browse files
committed
Add version badge
1 parent a2f9610 commit 9872ce0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Async Http Client ([@AsyncHttpClient](https://twitter.com/AsyncHttpClient) on tw
88
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.
99
The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use.
1010

11+
Latest `version`: [![Maven][mavenImg]][mavenLink]
12+
13+
[mavenImg]: https://img.shields.io/maven-central/v/com.ning/async-http-client.svg
14+
[mavenLink]: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.ning%22%20AND%20a%3A%22async-http-client%22
15+
1116
## Installation
1217

1318
First, in order to add it to your Maven project, simply add this dependency:
@@ -16,7 +21,7 @@ First, in order to add it to your Maven project, simply add this dependency:
1621
<dependency>
1722
<groupId>com.ning</groupId>
1823
<artifactId>async-http-client</artifactId>
19-
<version>1.9.33</version>
24+
<version>version</version>
2025
</dependency>
2126
```
2227

0 commit comments

Comments
 (0)