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