Last Version

Logging 1.1

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

License

License

The Apache Software License, Version 2.0
Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

commons-logging
ArtifactId

ArtifactId

commons-logging-api
Version

Version

1.1
Type

Type

jar
Description

Description

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

Project URL

http://jakarta.apache.org/commons/logging/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-logging-api 1.1


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 3.8.1

Project Modules

There are no modules declared in this project.