License |
License |
---|---|
Categories |
CategoriesCLI User Interface Logging Application Layer Libs |
GroupId | GroupIdorg.eclipse.ecf |
ArtifactId | ArtifactIdorg.apache.commons.logging |
Last Version | Last Version1.1.1.v201101211721 |
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.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"]