<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.2.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient-osgi', version='4.2.5')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> <version>4.2.5</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient
|-- commons-codec:commons-codec
|-- org.apache.httpcomponents:httpmime