File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ Download [the latest JAR][2] or grab via [Maven][3]:
8
8
``` xml
9
9
<dependency >
10
10
<groupId >org.asynchttpclient</groupId >
11
- <artifactId >async-http-client-extras-typesafeconfig </artifactId >
11
+ <artifactId >async-http-client-extras-typesafe-config </artifactId >
12
12
<version >latest.version</version >
13
13
</dependency >
14
14
```
15
15
16
16
or [ Gradle] [ 3 ] :
17
17
18
18
``` groovy
19
- compile "org.asynchttpclient:async-http-client-extras-typesafeconfig :latest.version"
19
+ compile "org.asynchttpclient:async-http-client-extras-typesafe-config :latest.version"
20
20
```
21
21
22
22
[ 1 ] : https://github.com/lightbend/config
23
- [ 2 ] : https://search.maven.org/remote_content?g=org.asynchttpclient&a=async-http-client-extras-typesafeconfig &v=LATEST
24
- [ 3 ] : http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asynchttpclient%22%20a%3A%22async-http-client-extras-typesafeconfig %22
23
+ [ 2 ] : https://search.maven.org/remote_content?g=org.asynchttpclient&a=async-http-client-extras-typesafe-config &v=LATEST
24
+ [ 3 ] : http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asynchttpclient%22%20a%3A%22async-http-client-extras-typesafe-config %22
25
25
[ snap ] : https://oss.sonatype.org/content/repositories/snapshots/
26
26
27
27
## Example usage
@@ -31,4 +31,4 @@ compile "org.asynchttpclient:async-http-client-extras-typesafeconfig:latest.vers
31
31
com.typesafe.config. Config config = ...
32
32
AsyncHttpClientTypesafeConfig ahcConfig = new AsyncHttpClientTypesafeConfig (config);
33
33
AsyncHttpClient client = new DefaultAsyncHttpClient (ahcConfig);
34
- ```
34
+ ```
You can’t perform that action at this time.
0 commit comments