| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcom.increff.commons |
| ArtifactId | ArtifactIdcommons-logging |
| Last Version | Last Version1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-logging
commons-logging provides a custom log4j appender to manage log files
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-logging-1.7.pom | |
| commons-logging-1.7.jar | 8 KB |
| commons-logging-1.7-sources.jar | 3 KB |
| commons-logging-1.7-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.increff.commons/commons-logging/ -->
<dependency>
<groupId>com.increff.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.increff.commons/commons-logging/
implementation 'com.increff.commons:commons-logging:1.7'
// https://jarcasting.com/artifacts/com.increff.commons/commons-logging/
implementation ("com.increff.commons:commons-logging:1.7")
'com.increff.commons:commons-logging:jar:1.7'
<dependency org="com.increff.commons" name="commons-logging" rev="1.7">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.increff.commons', module='commons-logging', version='1.7')
)
libraryDependencies += "com.increff.commons" % "commons-logging" % "1.7"
[com.increff.commons/commons-logging "1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |