commit | 87346d9af78dfc021a5de169ee2557228e6151fe | [log] [tgz] |
---|---|---|
author | Sadaf Ebrahimi <[email protected]> | Thu Dec 19 07:00:27 2024 -0800 |
committer | Automerger Merge Worker <[email protected]> | Thu Dec 19 07:00:27 2024 -0800 |
tree | 222f8abdf6ffe75617b2a376679fd408ebee8382 | |
parent | 0c4d7b72e49a04598d65c566f44504b95342d75a [diff] | |
parent | 3187b5cafa88e4df7d499588d96821d4aa43a008 [diff] |
Add janitors to the OWNERS file am: 3187b5cafa Original change: https://android-review.googlesource.com/c/platform/external/apache-commons-io/+/3421626 Change-Id: I252aa43cbd964a89639e5e324963baa7ca2b601c Signed-off-by: Automerger Merge Worker <[email protected]>
The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
More information can be found on the Apache Commons IO homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons IO should be posted to the [user mailing list][ml].
You can download source and binaries from our download page.
Alternatively, you can pull it from the central Maven repositories:
<dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.15.0</version> </dependency>
Building requires a Java JDK and Apache Maven. The required Java version is found in the pom.xml
as the maven.compiler.source
property.
From a command shell, run mvn
without arguments to invoke the default Maven goal to run all tests and checks.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
mvn
.If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.
This code is licensed under the Apache License v2.
See the NOTICE.txt
file for required notices and attributions.
You like Apache Commons IO? Then donate back to the ASF to support development.
#apache-commons
IRC channel on irc.freenode.org
Please see the list of components