c95fa44d03
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582986 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.md | ||
RELEASE-NOTES.txt | ||
build.properties.sample | ||
build.xml | ||
checkstyle.xml | ||
default.properties | ||
doap_lang.rdf | ||
findbugs-exclude-filter.xml | ||
pom.xml |
README.md
Apache Commons Lang
Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.
More information can be found on the homepage.
The commons developer mailing list is the main channel of communication for contributors.
Where can I get the latest release?
You can download source and binaries from our download page.
Alternatively you can pull it from the central Maven repositories:
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.1</version>
License
Code is under the Apache Licence v2.
Donations
You like Apache Commons Lang? Then donate back to the ASF to support the development.