What Is commons-lang3.jar

Q

What is commons-lang3.jar and commons-lang.jar?

✍: FYIcenter.com

A

commons-lang3.jar is the Java library of Apache Commons Lang 3 commons-lang.jar is the Java library of Apache Commons Lang 1 and 2.

Apache Commons Lang library 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.

The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods.

Note that Commons Lang 3.0 (and subsequent versions) use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version.

Releases of Apache Commons Lang Java library, commons-lang3.jar:

JAR Name            Version   JDK   Date
--------            -------   ---   ----
commons-lang3.jar   3.12.0      8   2021-03-01
commons-lang3.jar   3.8.1       8   2016-10-17
commons-lang3.jar   3.5         6   2016-10-17
commons-lang3.jar   3.4         6   2015-04-06
commons-lang3.jar   3.3.2       6   2014-04-09
commons-lang3.jar   3.2.1       6   2014-01-08
commons-lang3.jar   3.1         6   2013-03-03
commons-lang3.jar   3.0.1       6   2011-03-28
commons-lang.jar    2.6         6   2013-03-03
commons-lang.jar    1.0.1           2002-12-27

For more information, see Apache Commons Lang Website.

 

Download Apache Commons Lang v3 Binary Package

Downloading and Reviewing commons-lang.jar

Downloading and Reviewing commons-lang.jar

⇑⇑ FAQ for Apache commons-lang.jar

2017-04-15, 2975🔥, 0💬