License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcommons-logging |
ArtifactId | ArtifactIdcommons-logging-api |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogging
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-api-1.1.pom | |
commons-logging-api-1.1.jar | 43 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 3.8.1 |