LANG_3_3
Release of commons lang 3.3 RC1 as commons lang 3.3

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_3@1574136 13f79535-47bb-0310-9956-ffa450edef68
tree: 3c4db51b8b06e2679c1a3735c6800c831bcfed41
  1. src/
  2. .gitignore
  3. build.properties.sample
  4. build.xml
  5. checkstyle.xml
  6. default.properties
  7. doap_lang.rdf
  8. findbugs-exclude-filter.xml
  9. LICENSE.txt
  10. NOTICE.txt
  11. pom.xml
  12. README.md
  13. RELEASE-NOTES.txt
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.2.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.