Apache Commons Logging

Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

commons-logging
ArtifactId

ArtifactId

commons-logging
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Logging
Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
Project URL

Project URL

http://commons.apache.org/proper/commons-logging/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-logging

How to add to project

<!-- https://jarcasting.com/artifacts/commons-logging/commons-logging/ -->
<dependency>
    <groupId>commons-logging</groupId>
    <artifactId>commons-logging</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/commons-logging/commons-logging/
implementation 'commons-logging:commons-logging:1.2'
// https://jarcasting.com/artifacts/commons-logging/commons-logging/
implementation ("commons-logging:commons-logging:1.2")
'commons-logging:commons-logging:jar:1.2'
<dependency org="commons-logging" name="commons-logging" rev="1.2">
  <artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-logging', module='commons-logging', version='1.2')
)
libraryDependencies += "commons-logging" % "commons-logging" % "1.2"
[commons-logging "1.2"]

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j Optional jar 1.2.17
logkit : logkit Optional jar 1.0.1
avalon-framework : avalon-framework Optional jar 4.1.5

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api Optional jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1.3
1.1.2
1.1.1
1.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0