Apache Commons Lang
Go to file
Gary D. Gregory 4d51150a69 [LANG-966] Add IBM iSeries 5 OS detection.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1564150 13f79535-47bb-0310-9956-ffa450edef68
2014-02-04 01:48:15 +00:00
src [LANG-966] Add IBM iSeries 5 OS detection. 2014-02-04 01:48:15 +00:00
.gitignore Fix typo 2013-09-01 17:04:20 +00:00
LICENSE.txt Add blank line 2004-02-19 21:23:04 +00:00
NOTICE.txt Update copyright year 2014-01-01 16:56:00 +00:00
README.md Add a README.md so that your github mirror looks a bit more inviting 2014-01-19 17:32:11 +00:00
RELEASE-NOTES.txt Preparing 3.2.1 RC1 2014-01-05 15:24:49 +00:00
build.properties.sample LANG-937: Fix missing Hamcrest dependency in Ant Build 2014-01-02 17:06:53 +00:00
build.xml Lang requires Java 6, update URL to JavaSE docs 2014-01-11 11:56:00 +00:00
checkstyle.xml Update Maven plugins: 2011-09-02 00:36:44 +00:00
default.properties Add site publication and building a Nexus Upload Bundle 2014-01-18 13:53:17 +00:00
doap_lang.rdf Update doap after 3.2.1 release 2014-01-08 21:14:35 +00:00
findbugs-exclude-filter.xml Make usage of default charset explicit and remove FindBugs exclusion. Kudos to Sebb for spotting this. 2013-10-29 18:16:29 +00:00
pom.xml Reverts changes introduced in r1563259. Discussion to be had over correct place for this functionality (likely org.apache.commons.lang3.Conversion). 2014-02-01 07:53:54 +00:00

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.