Maven Repository - POM file for File commons-io 1.3.1 1.3.1

Summary

IO.

Commons-IO contains utility classes, stream implementations, file filters, and endian classes..

Declaration

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

<dependency>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>1.3.1</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: /LICENSE.txt.





Depends on

The commons-io-1.3.1 has 1 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.8.1
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.
1966

Depended by

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

CategoryArtifactDepended By Count
Developmentmule-core 2.0.0
Mule server and core classes
25
Developmentfop 1.0
Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Outpu...
17
Developmentmule-core 2.0.0-RC3
Mule server and core classes
25
Developmentmule-core 2.0.1
Mule server and core classes
27
Developmentmule-core 2.0.2
Mule server and core classes
27
Developmentmule-core 2.0.0-RC1
Mule server and core classes
17
Developmentmule-core 2.0.0-M2
Mule server and core classes
21
Developmentmule-core 1.4.0
Mule server and core classes
6
Springcocoon-spring-configurator 1.0.0
The Cocoon Spring Configurator is an extension for the Spring framework. It provides a standardized way of handling various configuration issues when using Spring. The feature list includes automatic property handling and inclusion of configuration files.
6
Developmentmule-core 2.0.0-RC2
Mule server and core classes
22
Httpstapler 1.93
Stapler HTTP request handling engine
16
Data Structurecommons-jci-fam 1.0
Commons JCI FileAlterationMonitor (FAM) to monitor local filesystems and get notified about changes.
12
Httpstapler 1.86
Stapler HTTP request handling engine
8
Developmentmule-core 1.4.4
Mule server and core classes
21
JUnithtmlunit 1.13
A tool for testing web based applications
7
Developmentmule-core 1.4.3
Mule server and core classes
7
XML Graphicsxmlgraphics-commons 1.3.1
Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO.
8
Httpstapler 1.96
Stapler HTTP request handling engine
9




Plugin

The following plugins are used in the commons-io-1.3.1.jar

  1. maven-surefire-plugin

Packages

The following packages are defined in the commons-io-1.3.1.jar

org.apache.commons.io
org.apache.commons.io.filefilter
org.apache.commons.io.input
org.apache.commons.io.output

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-io</groupId>
  <artifactId>commons-io</artifactId>
  <name>IO</name>
  <version>1.3.1</version>
  <description>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</description>
  <url>http://jakarta.apache.org/commons/io/</url>
  <issueManagement>
    <url>http://issues.apache.org/jira/</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <configuration>
          <address>commons-dev@jakarta.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2002</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Commons Dev List</name>
      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
    </mailingList>
    <mailingList>
      <name>Commons User List</name>
      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>Rahul Akolkar</name>
    </contributor>
    <contributor>
      <name>Jason Anderson</name>
    </contributor>
    <contributor>
      <name>Nathan Beyer</name>
    </contributor>
    <contributor>
      <name>Emmanuel Bourg</name>
    </contributor>
    <contributor>
      <name>Chris Eldredge</name>
    </contributor>
    <contributor>
      <name>Magnus Grimsell</name>
    </contributor>
    <contributor>
      <name>Jim Harrington</name>
    </contributor>
    <contributor>
      <name>Holger Hoffstatte</name>
    </contributor>
    <contributor>
      <name>Thomas Ledoux</name>
    </contributor>
    <contributor>
      <name>Andy Lehane</name>
    </contributor>
    <contributor>
      <name>Marcelo Liberato</name>
    </contributor>
    <contributor>
      <name>Alban Peignier</name>
      <email>alban.peignier at free.fr</email>
    </contributor>
    <contributor>
      <name>Niall Pemberton</name>
    </contributor>
    <contributor>
      <name>Ian Springer</name>
    </contributor>
    <contributor>
      <name>Masato Tezuka</name>
    </contributor>
    <contributor>
      <name>James Urie</name>
    </contributor>
    <contributor>
      <name>Jochen Wiedmann</name>
    </contributor>
    <contributor>
      <name>Frank W. Zammetti</name>
    </contributor>
  </contributors>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>/LICENSE.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection>
    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</url>
  </scm>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://jakarta.apache.org</url>
  </organization>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <resources>
      <resource>
        <targetPath>META-INF</targetPath>
        <directory>.</directory>
        <includes>
          <include>NOTICE.txt</include>
        </includes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*Test*</include>
          </includes>
          <excludes>
            <exclude>**/*AbstractTestCase*</exclude>
            <exclude>**/AllIOTestSuite*</exclude>
            <exclude>**/PackageTestSuite*</exclude>
            <exclude>**/testtools/**</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/io/</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://people.apache.org//www/jakarta.apache.org/commons/io/</url>
    </site>
    <status>converted</status>
  </distributionManagement>
</project>