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][home]. The [commons developer mailing list][ml] 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][download]. Alternatively you can pull it from the central Maven repositories: ```xml org.apache.commons commons-lang3 3.2.1 ``` License ------- Code is under the [Apache Licence v2][license]. Donations --------- You like Apache Commons Lang? Then [donate back to the ASF][donate] to support the development. [home]:http://commons.apache.org/lang [ml]:http://commons.apache.org/lang/mail-lists.html [download]:http://commons.apache.org/lang/download_lang.cgi [license]:http://www.apache.org/licenses/LICENSE-2.0.txt [donate]:http://www.apache.org/foundation/contributing.html