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