l

logging

Files download
File Operation
logging-1.0.4.jar download
logging-1.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.mod4j.org.apache.commons</groupId>
  <artifactId>logging</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.mod4j.org.apache.commons:logging:1.0.4'
Gradle Kotlin
implementation("org.mod4j.org.apache.commons:logging:1.0.4")
Scala SBT
libraryDependencies += "org.mod4j.org.apache.commons" % "logging" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.mod4j.org.apache.commons', module='logging', version='1.0.4')
)
Apache Ivy
<dependency org="org.mod4j.org.apache.commons" name="logging" rev="1.0.4" />
Leiningen
[org.mod4j.org.apache.commons/logging "1.0.4"]
Apache Buildr
'org.mod4j.org.apache.commons:logging:jar:1.0.4'
Dependencies
The project has no third-party dependencies