File | Operation |
---|---|
httpcomponents-asyncclient-4.0-beta4.pom | download |
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-asyncclient</artifactId>
<version>4.0-beta4</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-asyncclient" % "4.0-beta4"
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcomponents-asyncclient', version='4.0-beta4')
)
<dependency org="org.apache.httpcomponents" name="httpcomponents-asyncclient" rev="4.0-beta4" />
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>project</artifactId> <version>6</version> </parent>