Categories |
CategoriesTomcat Container Application Servers Logging Application Layer Libs |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdcommons-logging |
Last Version | Last Version4.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-logging-4.0.6.pom | |
commons-logging-4.0.6.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/commons-logging/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>commons-logging</artifactId>
<version>4.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/commons-logging/
implementation 'tomcat:commons-logging:4.0.6'
// https://jarcasting.com/artifacts/tomcat/commons-logging/
implementation ("tomcat:commons-logging:4.0.6")
'tomcat:commons-logging:jar:4.0.6'
<dependency org="tomcat" name="commons-logging" rev="4.0.6">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='commons-logging', version='4.0.6')
)
libraryDependencies += "tomcat" % "commons-logging" % "4.0.6"
[tomcat/commons-logging "4.0.6"]