<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.5.13</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient-osgi', version='4.5.13')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> <version>4.5.13</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient
|-- commons-codec:commons-codec
|-- org.apache.httpcomponents:httpmime
|-- org.apache.httpcomponents:httpclient-cache
|-- org.apache.httpcomponents:fluent-hc
provided
|-- org.apache.httpcomponents:httpcore
|-- org.osgi:org.osgi.core:4.2.0
|-- org.osgi:org.osgi.compendium:4.2.0
test
|-- junit:junit