Maven Repository - POM file for Log commons-logging 1.0.2 1.0.2

Summary

Logging.

Commons Logging.

Declaration

Here is the list of declaration for commons-logging. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <version>1.0.2</version>
</dependency>

If you think this Maven repository POM file listing for commons-logging is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The commons-logging-1.0.2 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 3.7
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
21




Depended by

The following table lists the most popular artifacts which are depending on commons-logging-1.0.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Reportjasperreports 3.7.6
JasperReports Library
10

Packages

The following packages are defined in the commons-logging-1.0.2.jar

org.apache.commons.logging
org.apache.commons.logging.impl

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-logging</groupId>
  <artifactId>commons-logging</artifactId>
  <name>Logging</name>
  <version>1.0.2</version>
  <description>Commons Logging</description>
  <inceptionYear>2002</inceptionYear>
  <build />
  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.1.3</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>logkit</groupId>
      <artifactId>logkit</artifactId>
      <version>1.0.1</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.7</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>