| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.ecf |
| Идентификатор | Идентификаторorg.apache.httpcomponents.httpcore |
| Версия | Версия4.4.6.v20170210-0925 |
| Тип | Типjar |
| Описание |
ОписаниеECF 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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]