Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.mod4j.org.apache.commons |
ArtifactId | ArtifactIdlogging |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Logging Plug-in
|
Filename | Size |
---|---|
logging-1.0.4.pom | |
logging-1.0.4.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.apache.commons/logging/ -->
<dependency>
<groupId>org.mod4j.org.apache.commons</groupId>
<artifactId>logging</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.apache.commons/logging/
implementation 'org.mod4j.org.apache.commons:logging:1.0.4'
// https://jarcasting.com/artifacts/org.mod4j.org.apache.commons/logging/
implementation ("org.mod4j.org.apache.commons:logging:1.0.4")
'org.mod4j.org.apache.commons:logging:jar:1.0.4'
<dependency org="org.mod4j.org.apache.commons" name="logging" rev="1.0.4">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.apache.commons', module='logging', version='1.0.4')
)
libraryDependencies += "org.mod4j.org.apache.commons" % "logging" % "1.0.4"
[org.mod4j.org.apache.commons/logging "1.0.4"]