| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.ecf |
| ArtifactId | ArtifactIdorg.apache.httpcomponents.httpcore |
| Last Version | Last Version4.4.6.v20170210-0925 |
| Release Date | Release Date |
| 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.httpcore/ -->
<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.apache.httpcomponents.httpcore</artifactId>
<version>4.4.6.v20170210-0925</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.httpcomponents.httpcore/
implementation 'org.eclipse.ecf:org.apache.httpcomponents.httpcore:4.4.6.v20170210-0925'
// https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.httpcomponents.httpcore/
implementation ("org.eclipse.ecf:org.apache.httpcomponents.httpcore:4.4.6.v20170210-0925")
'org.eclipse.ecf:org.apache.httpcomponents.httpcore:jar:4.4.6.v20170210-0925'
<dependency org="org.eclipse.ecf" name="org.apache.httpcomponents.httpcore" rev="4.4.6.v20170210-0925">
<artifact name="org.apache.httpcomponents.httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.ecf', module='org.apache.httpcomponents.httpcore', version='4.4.6.v20170210-0925')
)
libraryDependencies += "org.eclipse.ecf" % "org.apache.httpcomponents.httpcore" % "4.4.6.v20170210-0925"
[org.eclipse.ecf/org.apache.httpcomponents.httpcore "4.4.6.v20170210-0925"]