| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcommons-logging |
| ArtifactId | ArtifactIdcommons-logging |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Commons Logging
Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-logging-1.2.pom | |
| commons-logging-1.2.jar | 60 KB |
| commons-logging-1.2-tests.jar | 109 KB |
| commons-logging-1.2-test-sources.jar | 102 KB |
| commons-logging-1.2-src.zip | 284 KB |
| commons-logging-1.2-src.tar.gz | 183 KB |
| commons-logging-1.2-sources.jar | 72 KB |
| commons-logging-1.2-javadoc.jar | 154 KB |
| commons-logging-1.2-bin.zip | 902 KB |
| commons-logging-1.2-bin.tar.gz | 804 KB |
| commons-logging-1.2-api.jar | 51 KB |
| commons-logging-1.2-adapters.jar | 26 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api Optional | jar | 2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |