Commons Logging
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
Group Id | commons-logging |
Artifact Id | commons-logging |
Version | 1.1.3 |
Parent | commons-parent |
Packaging | jar |
URL | http://commons.apache.org/proper/commons-logging/ |
Issue Management | JIRA |
Badge |
|
Last Updated | 2013-05-16T12:05:21+00:00 |
Download | Jar | Pom | View All |
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.3</version> </dependency>
implementation group: 'commons-logging', name: 'commons-logging', version: '1.1.3'
implementation 'commons-logging:commons-logging:1.1.3'
implementation("commons-logging:commons-logging:1.1.3")
libraryDependencies += "commons-logging" % "commons-logging" % "1.1.3"
<dependency org="commons-logging" name="commons-logging" rev="1.1.3"/>
@Grapes( @Grab(group='commons-logging', module='commons-logging', version='1.1.3') )
[commons-logging/commons-logging "1.1.3"]
'commons-logging:commons-logging:1.1.3'
Dependencies
Group Id | Artifact Id | Scope |
junit | junit | test |
log4j | log4j | compile |
logkit | logkit | compile |
avalon-framework | avalon-framework | compile |
javax.servlet | servlet-api | provided |
Developers
Name | Developer ID | Organization |
Juozas Baliuka | baliuka | |
Morgan Delagrange | morgand | Apache |
Peter Donald | donaldp | |
Robert Burrell Donkin | rdonkin | The Apache Software Foundation |
Simon Kitching | skitching | The Apache Software Foundation |
Dennis Lundberg | dennisl | The Apache Software Foundation |
Costin Manolache | costin | The Apache Software Foundation |
Craig McClanahan | craigmcc | The Apache Software Foundation |
Thomas Neidhart | tn | The Apache Software Foundation |
Scott Sanders | sanders | The Apache Software Foundation |
Richard Sitze | rsitze | The Apache Software Foundation |
Brian Stansberry | bstansberry | |
Rodney Waldhoff | rwaldhoff | The Apache Software Foundation |