| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Logging Библиотеки уровня приложения |
| Группа | Группаorg.eclipse.ecf |
| Идентификатор | Идентификаторorg.apache.commons.logging |
| Версия | Версия1.1.1.v201101211721 |
| Тип | Тип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.commons.logging/ -->
<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.apache.commons.logging</artifactId>
<version>1.1.1.v201101211721</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.commons.logging/
implementation 'org.eclipse.ecf:org.apache.commons.logging:1.1.1.v201101211721'
// https://jarcasting.com/artifacts/org.eclipse.ecf/org.apache.commons.logging/
implementation ("org.eclipse.ecf:org.apache.commons.logging:1.1.1.v201101211721")
'org.eclipse.ecf:org.apache.commons.logging:jar:1.1.1.v201101211721'
<dependency org="org.eclipse.ecf" name="org.apache.commons.logging" rev="1.1.1.v201101211721">
<artifact name="org.apache.commons.logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.ecf', module='org.apache.commons.logging', version='1.1.1.v201101211721')
)
libraryDependencies += "org.eclipse.ecf" % "org.apache.commons.logging" % "1.1.1.v201101211721"
[org.eclipse.ecf/org.apache.commons.logging "1.1.1.v201101211721"]