| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.ecf | 
| ArtifactId | ArtifactIdorg.apache.httpcomponents.httpclient | 
| Version | Version4.5.2.v20170210-0925 | 
| Type | Typejar | 
| Description | DescriptionECF is a set of frameworks for building communications into applications and services. It
    provides a lightweight, modular, transport-independent, fully-compliant implementation of
    the OSGi Remote Services standard. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.httpcomponents.httpclient/ -->
<dependency>
    <groupId>org.eclipse.ecf</groupId>
    <artifactId>org.apache.httpcomponents.httpclient</artifactId>
    <version>4.5.2.v20170210-0925</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.httpcomponents.httpclient/
implementation 'org.eclipse.ecf:org.apache.httpcomponents.httpclient:4.5.2.v20170210-0925'// https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.httpcomponents.httpclient/
implementation ("org.eclipse.ecf:org.apache.httpcomponents.httpclient:4.5.2.v20170210-0925")'org.eclipse.ecf:org.apache.httpcomponents.httpclient:jar:4.5.2.v20170210-0925'<dependency org="org.eclipse.ecf" name="org.apache.httpcomponents.httpclient" rev="4.5.2.v20170210-0925">
  <artifact name="org.apache.httpcomponents.httpclient" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.ecf', module='org.apache.httpcomponents.httpclient', version='4.5.2.v20170210-0925')
)libraryDependencies += "org.eclipse.ecf" % "org.apache.httpcomponents.httpclient" % "4.5.2.v20170210-0925"[org.eclipse.ecf/org.apache.httpcomponents.httpclient "4.5.2.v20170210-0925"]