<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>clientlib-java-httpclient</artifactId>
<version>2.0.2</version>
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline', module='clientlib-java-httpclient', version='2.0.2')
)
<parent> <groupId>org.daisy</groupId> <artifactId>daisy</artifactId> <version>4</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient:4.1.3
|-- org.apache.httpcomponents:httpcore:4.1.4
|-- org.apache.httpcomponents:httpmime:4.1.3
|-- org.daisy.pipeline:clientlib-java:4.8.1
test
|-- org.apache.httpcomponents:httpclient-osgi
|-- org.apache.httpcomponents:httpcore-osgi
|-- org.daisy.pipeline:webservice
|-- org.daisy.pipeline:calabash-adapter
|-- org.daisy.pipeline:modules-registry
|-- org.daisy.pipeline:framework-volatile
|-- org.daisy.pipeline:woodstox-osgi-adapter
|-- junit:junit