File | Operation |
---|---|
httpcomponents-client-4.5.3.pom | download |
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcomponents-client', version='4.5.3')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>project</artifactId> <version>7</version> </parent>